]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github actions: add OpenSSL-3.0.0 builds
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 5 Jun 2021 03:06:59 +0000 (03:06 +0000)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 7 Jun 2021 13:27:35 +0000 (15:27 +0200)
OpenSSL-3.0.0 is getting close to its release, let us add it to build matrix

.github/matrix.py

index 9e9b395de543ee14d90434b3ee5356fc4faa01a7..1ff48aa4fd4cc27fb550dba226d7676899b0c9b3 100644 (file)
@@ -108,6 +108,7 @@ for CC in ["gcc", "clang"]:
     for ssl in [
         "stock",
         "OPENSSL_VERSION=1.0.2u",
+        "OPENSSL_VERSION=3.0.0-alpha17",
         "LIBRESSL_VERSION=2.9.2",
         "LIBRESSL_VERSION=3.3.3",
         "BORINGSSL=yes",