]> git.sesse.net Git - stockfish/commitdiff
Temporarily disable CI include checks
authorSebastian Buchwald <UniQP@web.de>
Sun, 3 Dec 2023 12:37:59 +0000 (13:37 +0100)
committerDisservin <disservin.social@gmail.com>
Mon, 4 Dec 2023 10:26:09 +0000 (11:26 +0100)
The include checks currently fail because of broken LLVM nightly
packages: https://github.com/llvm/llvm-project/issues/73402.

closes https://github.com/official-stockfish/Stockfish/pull/4899

No functional change

.github/workflows/stockfish.yml

index 1ed4b92d4ca79d717656f3aee682279413c40413..83dd1b9c86cda97db3478e91401f06a81a48166d 100644 (file)
@@ -33,8 +33,9 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  Analyzers:
-    uses: ./.github/workflows/stockfish_analyzers.yml
+  # The include checks currently fail because of broken LLVM nightly packages: https://github.com/llvm/llvm-project/issues/73402
+  #Analyzers:
+  #  uses: ./.github/workflows/stockfish_analyzers.yml
   Sanitizers:
     uses: ./.github/workflows/stockfish_sanitizers.yml
   Tests: