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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2024-11-02 00:17:02 +00:00 committed by GitHub
parent 3d36ff352e
commit 0c656381ee
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 Nov 01, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "59f4cc4e90ec856504483a3125eccfe6c0a2b011"}}
# Latest commit on the OpenSSL master branch, as of Nov 01, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "59f5f6c73cd2e1e2bd8ef405fdb6fadf0711f639"}}
# Latest commit on the BoringSSL master branch, as of Nov 02, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "96472802acf39548d26958ee6809b26ca25baa7d"}}
# Latest commit on the OpenSSL master branch, as of Nov 02, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "1d160dbf39fbdba89389ddff54e45bacf278b04a"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.70: crates.io sparse protocol by default