CI: Github Actions: temporarily disable BoringSSL builds
authorWilly Tarreau <w@1wt.eu>
Thu, 2 Sep 2021 15:32:43 +0000 (17:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 8 Dec 2021 16:44:17 +0000 (17:44 +0100)
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 <wlallemand@haproxy.org>
(cherry picked from commit 61cda6dfde7956a5a7073d6450549da9729e9449)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>

.github/matrix.py

index 2d6d5ad..4f97b2f 100644 (file)
@@ -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":