CI: SSL: temporarily stick to LibreSSL=3.5.3
recently released 3.6.0 introduced some regression which must be
resolved first, let us use 3.5.3 notation instead of "latest"
(cherry picked from commit b65fd666665616b313a2465bf4f71c6d86ceb6f2)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 910d89986e724b6ecd3f88973f499b7c09fa2aee)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit a1a6e45d1d4a2a024ade99084df56bd4d861dcbb)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
diff --git a/.github/matrix.py b/.github/matrix.py
index 14d3b5e..3b4ac0a 100644
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -127,7 +127,7 @@
"stock",
"OPENSSL_VERSION=1.0.2u",
"OPENSSL_VERSION=latest",
- "LIBRESSL_VERSION=latest",
+ "LIBRESSL_VERSION=3.5.3",
# "BORINGSSL=yes",
]:
flags = ["USE_OPENSSL=1"]