]> git.sesse.net Git - stockfish/commitdiff
Disable ARM CI tests
authordav1312 <63931154+dav1312@users.noreply.github.com>
Fri, 26 Aug 2022 09:26:31 +0000 (11:26 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 29 Aug 2022 17:15:14 +0000 (19:15 +0200)
Temporarily disable ARM CI tests until a mitigation is implemented

closes https://github.com/official-stockfish/Stockfish/pull/4148

No functional change.

.github/workflows/stockfish.yml

index 782e3f2b4420631aae5524f1f204dce72b94ade9..b007ec789379af48cd0dc39dff533a7d3934adc2 100644 (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}'
             }
           - {