mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-08 09:56:57 +00:00
Add cygwin-release test config.
This tests the flags used to build the cygwin release binaries.
This commit is contained in:
parent
b30698662b
commit
766176cfdb
3
.github/configs
vendored
3
.github/configs
vendored
@ -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
|
||||
|
1
.github/workflows/selfhosted.yml
vendored
1
.github/workflows/selfhosted.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user