From 8f65953583a2abc34041b087120a378e22d0509d Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Sun, 3 Dec 2023 13:37:59 +0100 Subject: [PATCH] Temporarily disable CI include checks 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stockfish.yml b/.github/workflows/stockfish.yml index 1ed4b92d..83dd1b9c 100644 --- a/.github/workflows/stockfish.yml +++ b/.github/workflows/stockfish.yml @@ -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: -- 2.39.2