mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
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
This commit is contained in:
committed by
Disservin
parent
08cdbca56f
commit
8f65953583
@@ -33,8 +33,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
Analyzers:
|
# The include checks currently fail because of broken LLVM nightly packages: https://github.com/llvm/llvm-project/issues/73402
|
||||||
uses: ./.github/workflows/stockfish_analyzers.yml
|
#Analyzers:
|
||||||
|
# uses: ./.github/workflows/stockfish_analyzers.yml
|
||||||
Sanitizers:
|
Sanitizers:
|
||||||
uses: ./.github/workflows/stockfish_sanitizers.yml
|
uses: ./.github/workflows/stockfish_sanitizers.yml
|
||||||
Tests:
|
Tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user