Skip to content

Commit 678c887

Browse files
committed
GHA: Avoid the broken diffutils 3.11 release
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76452
1 parent 34b7b4e commit 678c887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/cygwin.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ if "%1" equ "x86_64-pc-cygwin" (
9090
set CYGWIN_PACKAGES=
9191
)
9292

93+
:: TODO: Remove the explicit version set for diffutils when https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76452 is fixed
9394
:: libicu-devel is needed until an alternative to the uconv call in MungeSymlinks
9495
:: is found
95-
set CYGWIN_PACKAGES=make,patch,curl,diffutils,tar,unzip,git,gcc-g++,libicu-devel%CYGWIN_PACKAGES%
96+
set CYGWIN_PACKAGES=make,patch,curl,diffutils=3.10-1,tar,unzip,git,gcc-g++,libicu-devel%CYGWIN_PACKAGES%
9697
:: xxd is needed for reftests
9798
set CYGWIN_PACKAGES=xxd,%CYGWIN_PACKAGES%
9899

0 commit comments

Comments
 (0)