ci: Disable GHA windows build until image is fixed
authorMike Schuchardt <mikes@lunarg.com>
Fri, 7 Jun 2024 19:12:44 +0000 (12:12 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 7 Jun 2024 19:43:54 +0000 (13:43 -0600)
SEH exception with code 0xc0000005 thrown in the test body.
https://github.com/actions/runner-images/issues/10004

Unexpected compiler version, expected Clang 17.0.0 or newer.
https://github.com/actions/runner-images/issues/10001

.github/workflows/build.yml

index aae9b99080f460aac5d41be31b0a80390649dd4e..3741fb3b8095fd96d199f997a8b65403e00c5626 100644 (file)
@@ -173,6 +173,8 @@ jobs:
               working-directory: build/
 
     windows_vs:
+        # https://github.com/actions/runner-images/issues/10004
+        if: false
         runs-on: windows-latest
         strategy:
             matrix:
@@ -192,6 +194,8 @@ jobs:
             - run: ctest --output-on-failure -C ${{matrix.config}} --test-dir build/
 
     windows_vs-no-asm:
+        # https://github.com/actions/runner-images/issues/10004
+        if: false
         runs-on: windows-latest
         strategy:
             matrix:
@@ -211,6 +215,8 @@ jobs:
 
     # Test both clang and clang-cl (Chromium project uses clang-cl)
     windows_clang:
+      # https://github.com/actions/runner-images/issues/10001
+      if: false
       runs-on: windows-2022
       strategy:
         matrix: