From be3b4a9e79f690bf9522dfb95d8b8d25fe78af56 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 12 Aug 2024 15:58:04 +0200 Subject: [PATCH] Disable check-cygwin (32), not check-mingw (32). --- .github/workflows/many-platforms.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/many-platforms.yml b/.github/workflows/many-platforms.yml index 8c5076f..d8166a6 100644 --- a/.github/workflows/many-platforms.yml +++ b/.github/workflows/many-platforms.yml @@ -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: @@ -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: