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

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2024-11-07 00:25:13 +00:00 committed by GitHub
parent 530d667ea1
commit 53d8f59e2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,8 +45,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 master branch, as of Nov 04, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "ddc0647304a8ed854b2d84117f095a5f73571d37"}}
# Latest commit on the BoringSSL master branch, as of Nov 07, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "5b03c8fd1c54397eded6bf84ef52ac610d79bddd"}}
# Latest commit on the OpenSSL master branch, as of Nov 06, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "e899361b982651dfa2316e06e56637bc21624ce2"}}
# Builds with various Rust versions. Includes MSRV and next