mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL and/or OpenSSL in CI (#12411)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
parent
4b0a98d564
commit
78aacd56be
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -42,10 +42,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 main branch, as of Feb 06, 2025.
|
||||
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "0cb7370ca12e41a352370977c180d13ec363fd0c"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Feb 05, 2025.
|
||||
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "d46667284d193ceb3242ebf17422e62b1c837c60"}}
|
||||
# Latest commit on the BoringSSL main branch, as of Feb 07, 2025.
|
||||
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "91eb0750a344113f88d4d24139acfa6d9267f579"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Feb 07, 2025.
|
||||
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "78d252889b7d126b9baf5075db6990658c87f85b"}}
|
||||
# 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