21/11/2019 00:42, Thomas Monjalon: > 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 <tho...@monjalon.net> > Acked-by: David Marchand <david.march...@redhat.com>
It is keeping one target per vendor (Arm, Marvell, Mellanox, NXP). I hope it is enough. When rebuilding all, we had 10 Arm targets (including the host-clang), it is really too much in my opinion. It cuts from 10 to 4. And first benefit is to skip n1sdp which we should fix properly in -rc4. Applied quickly before closing -rc3.