[openssh-commits] [openssh] 01/01: Add c89 here too.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Apr 26 17:14:19 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 33f62dfbe865f4de77980ab88774bf1eb5e4e040
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Apr 26 17:13:44 2021 +1000

    Add c89 here too.
---
 .github/setup_ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 4c7a9019..1b0c8870 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -24,7 +24,7 @@ fi
 
 for TARGET in $TARGETS; do
     case $TARGET in
-    default|without-openssl|without-zlib)
+    default|without-openssl|without-zlib|c89)
         # nothing to do
         ;;
     kerberos5)

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


More information about the openssh-commits mailing list