diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-01-27 01:58:26 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-01-27 01:58:26 +0100 |
commit | 1b83185593a90a73860a503d753a95ca6d726c00 (patch) | |
tree | 707923e317742208daec20e2c41b6e2a87457617 /.github/setup_ci.sh | |
parent | upstream: Logical not bitwise or. ok djm@ (diff) | |
download | openssh-1b83185593a90a73860a503d753a95ca6d726c00.tar.xz openssh-1b83185593a90a73860a503d753a95ca6d726c00.zip |
Run one test with -Werror to catch warnings.
Diffstat (limited to '.github/setup_ci.sh')
-rwxr-xr-x | .github/setup_ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 593e8ef13..02f8feda1 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -20,7 +20,7 @@ lsb_release -a for TARGET in $TARGETS; do case $TARGET in - ""|--without-openssl|--without-zlib) + ""|--without-openssl|--without-zlib|--with-Werror) # nothing to do ;; "--with-kerberos5") |