]> git.droids-corp.org - dpdk.git/commit
devtools: unify cross-compilation tests
authorThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jun 2022 15:36:40 +0000 (17:36 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jun 2022 19:41:45 +0000 (21:41 +0200)
commiteabb42b9d9e0f3e4574615d0946121af8395f60b
tree16e38b5764ac9bebf3e92b8c9c59fb6cd697b42c
parentb99bd4a0aacab47165d045a6aeee88ee74744600
devtools: unify cross-compilation tests

Reduce the number of Arm builds from 3 to 1:
only generic armv8 with GCC.
The specific PPC builds on Ubuntu are skipped.

The build directories for PPC and RISC-V
are also renamed for consistency:
- build-arm64-generic-gcc
- build-ppc64-power8-gcc
- build-riscv64-generic-gcc

The cross file is always saved in variable "f" for readability.

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