From b194fed8f5972f0a77c19f4099cbea8597ab8a58 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Tue, 17 Dec 2024 00:11:47 +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 8d81b7bcf3d6..c2b0c7a0055d 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 16, 2024. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "676a8022db7bd707fcb201a13203686222494cbc"}} - # Latest commit on the OpenSSL master branch, as of Dec 14, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "79c9cbbe1f9c3b8314312b6d8bb25b7138831e04"}} + # 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"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. # - 1.70: crates.io sparse protocol by default