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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2025-02-06 00:39:36 +00:00 committed by GitHub
parent 7fb6b880d7
commit 5bfceabf06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,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 main branch, as of Feb 05, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "8ec37a156c8a9f11740ea3930628fedf9fc5e07b"}}
# Latest commit on the BoringSSL main branch, as of Feb 06, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "0cb7370ca12e41a352370977c180d13ec363fd0c"}}
# Latest commit on the OpenSSL master branch, as of Feb 05, 2025.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "d46667284d193ceb3242ebf17422e62b1c837c60"}}
# Builds with various Rust versions. Includes MSRV and next