From ce413f002ae0b7e24c551cca0ba9c4f640162d83 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 17 Sep 2025 17:43:00 +0200 Subject: [PATCH] CI: github: add USE_ECH=1 to haproxy for openssl-ech job Add the USE_ECH=1 make option to the haproxy build in order to test the build of the feature. --- .github/workflows/openssl-ech.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openssl-ech.yml b/.github/workflows/openssl-ech.yml index 154c9f783..d08a08acd 100644 --- a/.github/workflows/openssl-ech.yml +++ b/.github/workflows/openssl-ech.yml @@ -29,7 +29,7 @@ jobs: - name: Compile HAProxy run: | make -j$(nproc) ERR=1 CC=gcc TARGET=linux-glibc \ - USE_QUIC=1 USE_OPENSSL=1 \ + 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" \ ADDLIB="-Wl,-rpath,/usr/local/lib/ -Wl,-rpath,$HOME/opt/lib/" \ -- 2.47.3