Skip to content

Commit 0f4bd66

Browse files
Disable mingw CI job
Currently, this job fails due to: -- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - broken CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "C:/msys64/mingw64/bin/cc.exe" is not able to compile a simple test program. The root cause is still unknown so it was decided to disable the CI check in the meantime.
1 parent e18307c commit 0f4bd66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ jobs:
344344

345345
mingw:
346346
# windows is 2x expensive to run on GitHub machines, so only run if we know something else simple passed as well
347+
if: false # Disabled due to issues with msys2 making CMake unable to find a working compiler
347348
needs: linux-no-asm
348349
runs-on: windows-2022
349350
defaults:

0 commit comments

Comments
 (0)