1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +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:
dav1312 2022-08-26 11:26:31 +02:00 committed by Joost VandeVondele
parent 02ef1f4496
commit 97860cb575

View file

@ -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}'
}
- {