[openssh-commits] [openssh] 01/01: Remove -Werror from compiler package to install.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 21 15:34:00 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 086a4b5977472aefa3de918b88efad0faf83b2b1
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Oct 21 15:33:27 2021 +1100

    Remove -Werror from compiler package to install.
---
 .github/setup_ci.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index c80bd38d..c0f48f37 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -29,7 +29,8 @@ for TARGET in $TARGETS; do
         # nothing to do
         ;;
     clang-*|gcc-*)
-        PACKAGES="$PACKAGES $TARGET"
+        compiler=$(sed 's/-Werror//' <<<$TARGET)
+        PACKAGES="$PACKAGES $compiler"
         ;;
     kerberos5)
         PACKAGES="$PACKAGES heimdal-dev"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list