mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00: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
@@ -50,7 +50,7 @@ jobs:
|
|||||||
os: ubuntu-20.04,
|
os: ubuntu-20.04,
|
||||||
compiler: aarch64-linux-android21-clang++,
|
compiler: aarch64-linux-android21-clang++,
|
||||||
comp: ndk,
|
comp: ndk,
|
||||||
run_armv8_tests: true,
|
run_armv8_tests: false,
|
||||||
shell: 'bash {0}'
|
shell: 'bash {0}'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
os: ubuntu-20.04,
|
os: ubuntu-20.04,
|
||||||
compiler: armv7a-linux-androideabi21-clang++,
|
compiler: armv7a-linux-androideabi21-clang++,
|
||||||
comp: ndk,
|
comp: ndk,
|
||||||
run_armv7_tests: true,
|
run_armv7_tests: false,
|
||||||
shell: 'bash {0}'
|
shell: 'bash {0}'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
|||||||
Reference in New Issue
Block a user