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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2024-10-26 21:39:17 -04:00 committed by GitHub
parent 5510fe6dbe
commit 45cf761839
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 Oct 26, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "971951f15d76cfef611c59b7694236fd14b279e6"}}
# Latest commit on the OpenSSL master branch, as of Oct 26, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "06aa41a5f529fc2081793c8bfb36c7e2727665d5"}}
# Latest commit on the BoringSSL master branch, as of Oct 27, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "b8c97f5b4bc5d4758612a0430e5c2792d0f9ca7f"}}
# Latest commit on the OpenSSL master branch, as of Oct 27, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "80026e5d9e934907f5847d69ca0d8189765af6f3"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.70: crates.io sparse protocol by default