mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL and/or OpenSSL in CI (#12095)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
parent
8e164acf24
commit
34c43bd189
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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 03, 2024.
|
||||
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "567289e4bb1958153f428bba52d953f3c080b4d7"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Dec 03, 2024.
|
||||
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "85f17585b0d8b55b335f561e2862db14a20b1e64"}}
|
||||
# Latest commit on the BoringSSL master branch, as of Dec 04, 2024.
|
||||
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "391bd56eaaa8b0a00cdb0f9a4ed25cc0f11c9791"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Dec 04, 2024.
|
||||
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "f7c4d4519cd5daad5335b39ba7a3c864c65bf6ee"}}
|
||||
# Builds with various Rust versions. Includes MSRV and next
|
||||
# potential future MSRV.
|
||||
# - 1.70: crates.io sparse protocol by default
|
||||
|
|
|
|||
Loading…
Reference in a new issue