Re: [PATCH] devtools: unify cross-compilation tests

2022-06-08 Thread Thomas Monjalon
08/06/2022 18:34, David Marchand: > On Wed, Jun 8, 2022 at 5:50 PM Thomas Monjalon wrote: > > > > 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 f

Re: [PATCH] devtools: unify cross-compilation tests

2022-06-08 Thread David Marchand
On Wed, Jun 8, 2022 at 5:50 PM Thomas Monjalon wrote: > > 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-gc

[PATCH] devtools: unify cross-compilation tests

2022-06-08 Thread Thomas Monjalon
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