commit | f644c5a95ff62422aa87ab1891d5a2457d701bd7 | [log] [tgz] |
---|---|---|
author | Ilya Shipitsin <chipitsine@gmail.com> | Fri Nov 20 14:43:23 2020 +0500 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 21 05:40:27 2020 +0100 |
tree | 027ec13238a446c4a2b1ba2aeb1ec3e9d427e5eb | |
parent | cf67a12598d93e14f18d45ecf096792732e5652a [diff] |
CI: Github Actions: enable BoringSSL builds
diff --git a/.github/matrix.py b/.github/matrix.py index 0576a62..c08f850 100644 --- a/.github/matrix.py +++ b/.github/matrix.py
@@ -97,6 +97,7 @@ "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=3.1.1", + "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"] if ssl != "stock":