[openssh-commits] [openssh] 01/01: Add libcrypt-devel to cygwin-release deps.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Aug 27 21:50:21 AEST 2022


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

dtucker pushed a commit to branch master
in repository openssh.

commit 51b345f177ae981b8755f6bdf8358b1cc5e83d67
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Aug 27 21:49:27 2022 +1000

    Add libcrypt-devel to cygwin-release deps.
    
    Based on feedback from vinschen at redhat.com.
---
 .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 05e1d7b8..044c4d12 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -64,7 +64,7 @@ for TARGET in $TARGETS; do
         PACKAGES="$PACKAGES clang-12"
         ;;
     cygwin-release)
-        PACKAGES="$PACKAGES libfido2-devel libkrb5-devel"
+        PACKAGES="$PACKAGES libcrypt-devel libfido2-devel libkrb5-devel"
         ;;
     gcc-sanitize*)
         ;;

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


More information about the openssh-commits mailing list