]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish.yml
Temporarily disable CI include checks
[stockfish] / .github / workflows / stockfish.yml
index 8ea1837d032eb1ff563933f87dbef4e9d9c773ac..83dd1b9c86cda97db3478e91401f06a81a48166d 100644 (file)
@@ -33,6 +33,9 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
+  # 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: