[openssh-commits] [openssh] 06/07: Remove CYGWIN binmode as it's now obsolete.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat May 10 22:19:41 AEST 2025


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

dtucker pushed a commit to branch master
in repository openssh.

commit 8846caccb86b3f5a4f1c10bfffcc9cf1adc17925
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat May 10 10:23:30 2025 +1000

    Remove CYGWIN binmode as it's now obsolete.
---
 .github/setup_ci.sh         | 2 +-
 .github/workflows/c-cpp.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 356823bc6..d7ec2ed11 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -10,7 +10,7 @@ case "$host" in
 *cygwin)
 	PACKAGER=setup
 	echo Setting CYGWIN system environment variable.
-	setx CYGWIN "binmode winsymlinks:native"
+	setx CYGWIN "winsymlinks:native"
 	echo Removing extended ACLs so umask works as expected.
 	set -x
 	setfacl -b . regress
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 8c0e0a91b..d83ecd9c3 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -125,7 +125,7 @@ jobs:
       if: ${{ startsWith(matrix.target, 'windows') }}
       uses: cygwin/cygwin-install-action at master
       env:
-        CYGWIN: "binmode winsymlinks:native"
+        CYGWIN: "winsymlinks:native"
     - uses: actions/checkout at main
     - name: setup CI system
       run: sh ./.github/setup_ci.sh ${{ matrix.config }}

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


More information about the openssh-commits mailing list