]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add c89 here too.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 26 Apr 2021 07:13:44 +0000 (17:13 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 26 Apr 2021 07:13:44 +0000 (17:13 +1000)
.github/setup_ci.sh

index 4c7a90196b19e8fd9d01c5d50d38b2d73ed03f3c..1b0c8870e34307115dbd2aee0cd51c6706feb63d 100755 (executable)
@@ -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)