Skip to content

Commit

Permalink
Disable the 64-bit Cygwin builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Dec 25, 2024
1 parent 6d14b34 commit 602651d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,11 @@ jobs:
# leading to errors such as
# msgexec 11369 child_info_fork::abort: \??\C:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0xED0000) != child(0xEC0000)
# Cf. https://stackoverflow.com/questions/37602608/
# Disable the 64-bit build, due to too many regressions, see
# https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00169.html
exclude:
- bitness: 32
- bitness: 64
runs-on: windows-2022
defaults:
run:
Expand Down

0 comments on commit 602651d

Please sign in to comment.