@@ -42,10 +42,10 @@ jobs:
42
42
- {VERSION: "3.12", NOXSESSION: "tests", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.2.1"}}
43
43
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.2"}}
44
44
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
45
- # Latest commit on the BoringSSL master branch, as of Feb 15 , 2024.
46
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "ba5eb621d7d9bf2872386b4303fd5e9aa64f7230 "}}
47
- # Latest commit on the OpenSSL master branch, as of Feb 15 , 2024.
48
- - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "d597b46f9bdb533761e36fcf1d96ce83f3f6f04d "}}
45
+ # Latest commit on the BoringSSL master branch, as of Feb 17 , 2024.
46
+ - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "99e8c6e2a383a25679c3d6767702732b27bc16ea "}}
47
+ # Latest commit on the OpenSSL master branch, as of Feb 17 , 2024.
48
+ - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "c3e8d67885c0c4295cfd1df35a41bf1f3fa9dc37 "}}
49
49
# Builds with various Rust versions. Includes MSRV and next
50
50
# potential future MSRV:
51
51
# 1.64 - maturin, workspace inheritance
0 commit comments