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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2025-01-28 20:47:52 -05:00 committed by GitHub
parent 25161ff1d9
commit aad6a0a2c9
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 Jan 28, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "343c55c4fe5fbe88ce0abc11303947d40d27ef93"}}
# Latest commit on the BoringSSL main branch, as of Jan 29, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "817ab07ebb53da35afea409ab9328f578492832d"}}
# Latest commit on the OpenSSL master branch, as of Jan 28, 2025.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "aa52ec9b0ae5c32bb4759b71117737002cbd1263"}}
# Builds with various Rust versions. Includes MSRV and next