From b0b75372862a88f318d70809811d2ce0bf282a8f Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:20:22 -0500 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI (#12127) 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 1b9a5bd677c4..52d267c5ae6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,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 master branch, as of Dec 07, 2024. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "9559c4566a6d12194c42db5f3dbbcb5de35cfec2"}} + # Latest commit on the BoringSSL master branch, as of Dec 10, 2024. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "57f525e425a95e7c89fa2df926fa93273bd47311"}} # Latest commit on the OpenSSL master branch, as of Dec 07, 2024. - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "5fce85ec52a826d53665552b50e67f86c92dc394"}} # Builds with various Rust versions. Includes MSRV and next