]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Github Actions: temporarily disable BoringSSL builds
authorWilly Tarreau <w@1wt.eu>
Thu, 2 Sep 2021 15:32:43 +0000 (17:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 2 Sep 2021 15:32:43 +0000 (17:32 +0200)
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.

.github/matrix.py

index 0478aa4f18738b83d7d7148ea93e3aa49f06dc3a..e3334a0b38572d2d5104d05d3233b768380a3bfe 100755 (executable)
@@ -113,7 +113,7 @@ for CC in ["gcc", "clang"]:
         "OPENSSL_VERSION=3.0.0-alpha17",
         "LIBRESSL_VERSION=2.9.2",
         "LIBRESSL_VERSION=3.3.3",
-        "BORINGSSL=yes",
+#        "BORINGSSL=yes",
     ]:
         flags = ["USE_OPENSSL=1"]
         if ssl == "BORINGSSL=yes":