diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-09 21:36:42 -0700 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-10-09 18:50:57 -1000 |
commit | ba147d0d407dafe4e7ae82129d0b06056ce7fdba (patch) | |
tree | 33fe3cffd5d5e3b407f8aa4aefd87e4ef87a4724 /.github | |
parent | d964a3ba92f028880a37a918ec335524c7b904df (diff) |
actions: remove arm_cortex-a9_neon
This is the second ARM NEON target that is tested. It's unlikely that
one will fail and the other succeed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/multi-arch-test-build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 59b6c8b6b..9c0f052c5 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -14,7 +14,6 @@ jobs: matrix: arch: - arc_arc700 - - arm_cortex-a9_neon - arm_cortex-a9_vfpv3-d16 - mips_24kc - powerpc_464fp |