]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove CYGWIN binmode as it's now obsolete.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 10 May 2025 00:23:30 +0000 (10:23 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 10 May 2025 12:17:53 +0000 (22:17 +1000)
.github/setup_ci.sh
.github/workflows/c-cpp.yml

index 356823bc6669a3418d5deee1f30be333ed15c9d7..d7ec2ed11f411941647159fc50690c0cb72e1749 100755 (executable)
@@ -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
index 8c0e0a91b1ee77834c729b6a2077e3804a12db7f..d83ecd9c331aa4a80fd02ad9ed47b102a8263426 100644 (file)
@@ -125,7 +125,7 @@ jobs:
       if: ${{ startsWith(matrix.target, 'windows') }}
       uses: cygwin/cygwin-install-action@master
       env:
-        CYGWIN: "binmode winsymlinks:native"
+        CYGWIN: "winsymlinks:native"
     - uses: actions/checkout@main
     - name: setup CI system
       run: sh ./.github/setup_ci.sh ${{ matrix.config }}