mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Disable ARM CI tests
Temporarily disable ARM CI tests until a mitigation is implemented closes https://github.com/official-stockfish/Stockfish/pull/4148 No functional change.
This commit is contained in:
committed by
Joost VandeVondele
parent
02ef1f4496
commit
97860cb575
4
.github/workflows/stockfish.yml
vendored
4
.github/workflows/stockfish.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
os: ubuntu-20.04,
|
||||
compiler: aarch64-linux-android21-clang++,
|
||||
comp: ndk,
|
||||
run_armv8_tests: true,
|
||||
run_armv8_tests: false,
|
||||
shell: 'bash {0}'
|
||||
}
|
||||
- {
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
os: ubuntu-20.04,
|
||||
compiler: armv7a-linux-androideabi21-clang++,
|
||||
comp: ndk,
|
||||
run_armv7_tests: true,
|
||||
run_armv7_tests: false,
|
||||
shell: 'bash {0}'
|
||||
}
|
||||
- {
|
||||
|
||||
Reference in New Issue
Block a user