Bump BoringSSL and/or OpenSSL in CI (#12147)

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2024-12-15 00:20:19 +00:00 committed by GitHub
parent 6dfc7029f4
commit 73430a8aab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,8 +45,8 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.9.2"}}
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.0.0"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of Dec 14, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "0436a33c875ead926d821b12075fd20d47b6bc77"}}
# Latest commit on the BoringSSL master branch, as of Dec 15, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "fa69468414cedfab3ced42426df5920f9b2c345f"}}
# Latest commit on the OpenSSL master branch, as of Dec 14, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "79c9cbbe1f9c3b8314312b6d8bb25b7138831e04"}}
# Builds with various Rust versions. Includes MSRV and next