CI: test aarch64_cortex-a53 instead of _generic
The aarch64_cortex-a53 architecture is used by more targets and should therefore be tested rather than the relatively rare _generic one. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
58449afd38
commit
bd3320e8de
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- powerpc_8540
|
- powerpc_8540
|
||||||
runtime_test: [false]
|
runtime_test: [false]
|
||||||
include:
|
include:
|
||||||
- arch: aarch64_generic
|
- arch: aarch64_cortex-a53
|
||||||
runtime_test: true
|
runtime_test: true
|
||||||
- arch: arm_cortex-a15_neon-vfpv4
|
- arch: arm_cortex-a15_neon-vfpv4
|
||||||
runtime_test: true
|
runtime_test: true
|
||||||
|
|
Loading…
Reference in New Issue