mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43: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:
parent
02ef1f4496
commit
97860cb575
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stockfish.yml
vendored
4
.github/workflows/stockfish.yml
vendored
|
@ -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}'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
|
Loading…
Add table
Reference in a new issue