mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-27 12:22:09 +00:00
Run one test with -Werror to catch warnings.
This commit is contained in:
parent
d1532d9007
commit
1b83185593
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -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")
|
||||
|
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
matrix:
|
||||
configs:
|
||||
- ""
|
||||
- "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux"
|
||||
- "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux --with-Werror"
|
||||
- "--with-ldflags=-lhardened_malloc"
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user