Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (pyca#10374)
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] committed Feb 10, 2024
1 parent bfcdfbe commit c23442d
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 @@ -42,10 +42,10 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "tests", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.2.1"}}
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.2"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of Feb 09, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "8ff5add548e89f3680da398a41ecfca95a863fcd"}}
# Latest commit on the OpenSSL master branch, as of Feb 09, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "01690a7ff36c4d18c48b301cdf375c954105a1d9"}}
# Latest commit on the BoringSSL master branch, as of Feb 10, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "71c589682f7d1dabc08b56ef7a0a28913e44110e"}}
# Latest commit on the OpenSSL master branch, as of Feb 10, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "cfabddfb9f6f54b3f3b8e90ccb918967390a7fb2"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV:
# 1.64 - maturin, workspace inheritance
Expand Down

0 comments on commit c23442d

Please sign in to comment.