]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Disable Windows MSYS2 clangarm64 job for now
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 12 Aug 2025 17:55:22 +0000 (19:55 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 12 Aug 2025 18:09:16 +0000 (20:09 +0200)
The job occasionally crashes with an "Exception: SegFault" message,
perhaps from CTest?

See #1618.

.github/workflows/build.yaml

index d3335a37e82ebf616f4593494a0fcde0b9807675..5f5c243b5e5eb7e75e8a480451c26de92f5cb75f 100644 (file)
@@ -195,6 +195,7 @@ jobs:
 
           - sys: clangarm64
             compiler: clang
+            extra_cmake_params: -DENABLE_TESTING=OFF # occasionally crashes with "Exception: SegFault"
             os: windows-11-arm
 
     name: 'Windows MSYS2 ${{ matrix.sys }} ${{ matrix.compiler }}'