[openssh-commits] [openssh] 01/02: Run one test with -Werror to catch warnings.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jan 27 12:43:35 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 1b83185593a90a73860a503d753a95ca6d726c00
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Jan 27 11:58:26 2021 +1100
Run one test with -Werror to catch warnings.
---
.github/setup_ci.sh | 2 +-
.github/workflows/c-cpp.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 593e8ef1..02f8feda 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")
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 974404cb..121d43b2 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list