Skip to content

Commit 33e74ad

Browse files
pyca-boringbot[bot]pyca-boringbot[bot]
andauthored
Bump BoringSSL and/or OpenSSL in CI (#10404)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
1 parent ffaab66 commit 33e74ad

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- {VERSION: "3.12", NOXSESSION: "tests", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.2.1"}}
4343
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.2"}}
4444
- {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"}}
4949
# Builds with various Rust versions. Includes MSRV and next
5050
# potential future MSRV:
5151
# 1.64 - maturin, workspace inheritance

src/rust/cryptography-openssl/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ fn main() {
2020

2121
if env::var("DEP_OPENSSL_BORINGSSL").is_ok() {
2222
println!("cargo:rustc-cfg=CRYPTOGRAPHY_IS_BORINGSSL");
23+
println!("cargo:rustc-link-lib=stdc++");
2324
}
2425
}

0 commit comments

Comments
 (0)