Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#11948)
Browse files Browse the repository at this point in the history
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
  • Loading branch information
pyca-boringbot[bot] and pyca-boringbot[bot] authored Nov 14, 2024
1 parent 18e4415 commit 78c6213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Nov 13, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "eca12891ed873dc183624f28e4e5442e7bc2f4a2"}}
# Latest commit on the OpenSSL master branch, as of Nov 13, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "ba6f115ccfbb63fbeb2bc8df3c07918a7a59a186"}}
# Latest commit on the BoringSSL master branch, as of Nov 14, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "61725eafad52eab7063cca7ae3ca763d2b147583"}}
# Latest commit on the OpenSSL master branch, as of Nov 14, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "eaf4da97c9b9c09a407b9f1a47ad7dd99c05884c"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.70: crates.io sparse protocol by default
Expand Down

0 comments on commit 78c6213

Please sign in to comment.