From: Joel Rosdahl Date: Wed, 1 Oct 2025 18:55:03 +0000 (+0200) Subject: ci: Disable "Windows MSYS2 clangarm64 clang" job for now X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2F4.12-maint;p=thirdparty%2Fccache.git ci: Disable "Windows MSYS2 clangarm64 clang" job for now fmt 11.1.4 fails with Clang 21.1.1 which has started being used GitHub's windows-11-arm environment. On master fmt has been upgraded, but on 4.12-maint we disable the job. --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f964b990..7c59ce1a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -198,10 +198,10 @@ jobs: extra_cmake_params: -DCMAKE_CXX_FLAGS=-Wno-deprecated # doctest issue #900 os: windows-2025 - - sys: clangarm64 - compiler: clang - extra_cmake_params: -DENABLE_TESTING=OFF # occasionally crashes with "Exception: SegFault" - os: windows-11-arm + # - 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 }}' defaults: