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.
This commit is contained in:
William Lallemand
2025-09-17 17:43:00 +02:00
parent 9aacb684cd
commit ce413f002a

View File

@@ -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/" \