From aad6a0a2c91193af8a35542366b4f3dc6d2c24ad Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:47:52 -0500 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI (#12356) Co-authored-by: pyca-boringbot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ee1e06cb5a..39a7a5dfe038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ 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 Jan 28, 2025. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "343c55c4fe5fbe88ce0abc11303947d40d27ef93"}} + # Latest commit on the BoringSSL main branch, as of Jan 29, 2025. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "817ab07ebb53da35afea409ab9328f578492832d"}} # Latest commit on the OpenSSL master branch, as of Jan 28, 2025. - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "aa52ec9b0ae5c32bb4759b71117737002cbd1263"}} # Builds with various Rust versions. Includes MSRV and next