From d64c28a1b4b386d903ed1686f391d27a15bb42c0 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Thu, 8 Feb 2024 00:07:57 +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 c32b544a1326..9608d9dc8fdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,10 @@ jobs: - {VERSION: "3.12", NOXSESSION: "tests", NOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.2.1"}} - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.2"}} - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} - # Latest commit on the BoringSSL master branch, as of Feb 04, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "79123ca9c0f9ae1532427f704fa626dbaebbdbe9"}} - # Latest commit on the OpenSSL master branch, as of Feb 07, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "1751185154ab1f1a796e0f39567fe51c8e24b78d"}} + # Latest commit on the BoringSSL master branch, as of Feb 08, 2024. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "34b51faf3a58fe36e3ab1db99a2a441d0f69c754"}} + # Latest commit on the OpenSSL master branch, as of Feb 08, 2024. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "387b93e14907cd8203d6f2c9d78e49df01cb6e1f"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin, workspace inheritance