From 22b2e52314939a5ebbb1f050f0fbe1b6d5ba2233 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Wed, 18 Dec 2024 00:11:10 +0000 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2b0c7a0055d..4361fc660d25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 Dec 17, 2024. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "ee0c13ad1808379cf16b371a051ac3951f8a09c1"}} - # Latest commit on the OpenSSL master branch, as of Dec 17, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0f77b6f14e064120224a590139ce76ba9e027a79"}} + # Latest commit on the BoringSSL master branch, as of Dec 18, 2024. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "9338cc251292124d3bc49b2f790a69f9ad87d5f3"}} + # Latest commit on the OpenSSL master branch, as of Dec 18, 2024. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "e0ea913f11cf64d000556bbf7cb9f8acdf6be4cb"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. # - 1.70: crates.io sparse protocol by default