From: William Lallemand Date: Wed, 17 Sep 2025 15:43:00 +0000 (+0200) Subject: CI: github: add USE_ECH=1 to haproxy for openssl-ech job X-Git-Tag: v3.3-dev11~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce413f002ae0b7e24c551cca0ba9c4f640162d83;p=thirdparty%2Fhaproxy.git 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. --- 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/" \