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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2024-12-21 03:28:28 +01:00 committed by GitHub
parent b3a45cfd9e
commit 578012da2e
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 20, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "be21ef7012f0812bb1c0c8fc226979fa6c301e8d"}}
# Latest commit on the OpenSSL master branch, as of Dec 20, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "53b34561b56b60a812f8f65c777d469e18151e8d"}}
# Latest commit on the BoringSSL master branch, as of Dec 21, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "cf6dc5d38385e4ff6faf9bf0883a67c2f511076b"}}
# Latest commit on the OpenSSL master branch, as of Dec 21, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "b3bb214720f20f3b126ae4b9c330e9a48b835415"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.70: crates.io sparse protocol by default