devtools: reduce list of Arm builds tested with meson
authorThomas Monjalon <thomas@monjalon.net>
Wed, 20 Nov 2019 23:05:55 +0000 (00:05 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 20 Nov 2019 23:23:58 +0000 (00:23 +0100)
commit3dd433045704f1296f1ada189e8b85dcd6234741
tree8e430a2704b0ad7aa71cf2a2bd7519dee024ef71
parent0533d2733be993be0b0b3a179a4d4bd01b3d23bd
devtools: reduce list of Arm builds tested with meson

The list of Arm configs is growing:
config/arm/arm64_armada_linux_gcc
config/arm/arm64_armv8_linux_gcc
config/arm/arm64_bluefield_linux_gcc
config/arm/arm64_dpaa_linux_gcc
config/arm/arm64_emag_linux_gcc
config/arm/arm64_n1sdp_linux_gcc
config/arm/arm64_octeontx2_linux_gcc
config/arm/arm64_thunderx2_linux_gcc
config/arm/arm64_thunderx_linux_gcc

In order to keep testing time reasonable,
and also because n1sdp is merged without a related fix in tests,
the list of configs is reduced in the script test-meson-builds.sh.

The list of tested Arm builds becomes:
build-arm64-host-clang (armv8a)
build-arm64-bluefield
build-arm64-dpaa
build-arm64-octeontx2

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
devtools/test-meson-builds.sh