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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2024-12-04 00:18:56 +00:00 committed by GitHub
parent 8e164acf24
commit 34c43bd189
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,10 +45,10 @@ 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 03, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "567289e4bb1958153f428bba52d953f3c080b4d7"}}
# Latest commit on the OpenSSL master branch, as of Dec 03, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "85f17585b0d8b55b335f561e2862db14a20b1e64"}}
# Latest commit on the BoringSSL master branch, as of Dec 04, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "391bd56eaaa8b0a00cdb0f9a4ed25cc0f11c9791"}}
# Latest commit on the OpenSSL master branch, as of Dec 04, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "f7c4d4519cd5daad5335b39ba7a3c864c65bf6ee"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.70: crates.io sparse protocol by default