Skip to content

Commit

Permalink
Temporarily disable CI include checks
Browse files Browse the repository at this point in the history
The include checks currently fail because of broken LLVM nightly
packages: llvm/llvm-project#73402.

closes #4899

No functional change
  • Loading branch information
UniQP authored and Disservin committed Dec 4, 2023
1 parent 08cdbca commit 8f65953
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stockfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f65953

Please sign in to comment.