]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: remove ERR=1 temporarly from the ECH job
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 8 Jan 2026 16:17:13 +0000 (17:17 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 8 Jan 2026 16:32:27 +0000 (17:32 +0100)
The ECH job still fails to compile since the openssl 4.0 deprecated
functions were not removed yet. Let's remove ERR=1 temporarly.

We do know that there's a regression in OpenSSL 4.0 with these
reg-tests though:

Error: #    top  TEST reg-tests/ssl/set_ssl_crlfile.vtc FAILED (0.219) exit=2
Error: #    top  TEST reg-tests/ssl/set_ssl_cafile.vtc FAILED (0.236) exit=2
Error: #    top  TEST reg-tests/quic/set_ssl_crlfile.vtc FAILED (0.196) exit=2

.github/workflows/openssl-ech.yml

index d08a08acddb445f8678b6305137351b6cb3e0245..04cdac71750989a08fc37eae9ec859461c838ef4 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         run: env SSL_LIB=${HOME}/opt/ scripts/build-curl.sh
       - name: Compile HAProxy
         run: |
-          make -j$(nproc) ERR=1 CC=gcc TARGET=linux-glibc \
+          make -j$(nproc) CC=gcc TARGET=linux-glibc \
             USE_QUIC=1 USE_OPENSSL=1 USE_ECH=1 \
             SSL_LIB=${HOME}/opt/lib SSL_INC=${HOME}/opt/include \
             DEBUG="-DDEBUG_POOL_INTEGRITY -DDEBUG_UNIT" \