From 360246c7cae4cfe2a560b2dbf26dc52b7418a6ca Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 2 Sep 2021 17:32:43 +0200 Subject: [PATCH] CI: Github Actions: temporarily disable BoringSSL builds A recent update to BoringSSL broke the build again, and given that it's not used except for QUIC development, let's temporarily disable it until the issue is analysed and fixed. (cherry picked from commit 30ee2965b66f20a2649323ca36029bf2440e34b9) Signed-off-by: William Lallemand (cherry picked from commit 61cda6dfde7956a5a7073d6450549da9729e9449) Signed-off-by: William Lallemand --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 2d6d5ad..4f97b2f 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -106,7 +106,7 @@ for CC in ["gcc", "clang"]: "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=3.3.3", - "BORINGSSL=yes", +# "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"] if ssl != "stock": -- 1.7.10.4