From: dav1312 <63931154+dav1312@users.noreply.github.com> Date: Fri, 26 Aug 2022 09:26:31 +0000 (+0200) Subject: Disable ARM CI tests X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=97860cb575e3e71791b9a99b94f9f7d7a0dbf25e 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. --- diff --git a/.github/workflows/stockfish.yml b/.github/workflows/stockfish.yml index 782e3f2b..b007ec78 100644 --- a/.github/workflows/stockfish.yml +++ b/.github/workflows/stockfish.yml @@ -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}' } - {