From: Daniel Stenberg Date: Thu, 27 Jun 2024 10:57:02 +0000 (+0200) Subject: GHA: add --enable-werror to the quiche job X-Git-Tag: curl-8_9_0~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fce488cd89b170c41f2e9985dee68316d0982a0;p=thirdparty%2Fcurl.git GHA: add --enable-werror to the quiche job Closes #14041 --- diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 5404459d2c..df444b6654 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -293,7 +293,7 @@ jobs: configure: >- LDFLAGS="-Wl,-rpath,/home/runner/quiche/target/release" --with-openssl=/home/runner/quiche/quiche/deps/boringssl/src - --enable-debug + --enable-warnings --enable-werror --enable-debug --with-quiche=/home/runner/quiche/target/release --with-test-nghttpx="$HOME/nghttp2/build/bin/nghttpx" --with-ca-fallback