From: Joel Rosdahl Date: Tue, 12 Aug 2025 17:55:22 +0000 (+0200) Subject: ci: Disable Windows MSYS2 clangarm64 job for now X-Git-Tag: v4.12~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=468f471a40450deeed5527e26847bdda2612d548;p=thirdparty%2Fccache.git ci: Disable Windows MSYS2 clangarm64 job for now The job occasionally crashes with an "Exception: SegFault" message, perhaps from CTest? See #1618. --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d3335a37..5f5c243b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}'