Skip to content

Commit

Permalink
Disable check-cygwin (32), not check-mingw (32).
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Aug 12, 2024
1 parent 921de25 commit be3b4a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,12 @@ jobs:
fail-fast: false
matrix:
bitness: [32, 64]
# Disable the 32-bit build, because it has DLL address conflicts,
# 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/
exclude:
- bitness: 32
runs-on: windows-2022
defaults:
run:
Expand Down Expand Up @@ -1136,12 +1142,6 @@ jobs:
fail-fast: false
matrix:
bitness: [32, 64]
# Disable the 32-bit build, because it has DLL address conflicts,
# 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/
exclude:
- bitness: 32
runs-on: windows-2022
defaults:
run:
Expand Down

0 comments on commit be3b4a9

Please sign in to comment.