]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add cygwin-release test config.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 11 Feb 2022 23:24:56 +0000 (10:24 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 11 Feb 2022 23:24:56 +0000 (10:24 +1100)
This tests the flags used to build the cygwin release binaries.

.github/configs
.github/workflows/selfhosted.yml

index c70776a517fcccbb2c24c09cb6464ca6df68c01e..8287002bfb1a469fd310dc53fe9cc810467844e8 100755 (executable)
@@ -31,6 +31,9 @@ case "$config" in
        LIBCRYPTOFLAGS="--without-openssl"
        TEST_TARGET=t-exec
        ;;
+    cygwin-release)
+       CONFIGFLAGS="--with-libedit --with-xauth=/usr/bin/xauth --disable-strip --with-security-key-builtin"
+       ;;
    clang-12-Werror)
        CC="clang-12"
        # clang's implicit-fallthrough requires that the code be annotated with
index 7a2e4b7896d7c7b11758821681d7408712b7eaf4..f40785cedd59cc27aaf496c6576f83581282bb1c 100644 (file)
@@ -64,6 +64,7 @@ jobs:
           - { os: sol11,  configs: pam-krb5 }
           - { os: sol11,  configs: sol64 }
           # - { os: sol11,  configs: sol64-pam }
+          - { os: win10,  configs: cygwin-release }
     steps:
     - uses: actions/checkout@v2
     - name: autoreconf