On Wed, Jun 8, 2022 at 5:50 PM Thomas Monjalon <tho...@monjalon.net> 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-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 <tho...@monjalon.net>
Thanks, this reduction is something I already had locally (via some configuration). I like the renaming, though this change will trigger ABI reference regeneration for people who do test ABI. Otherwise the change lgtm. Acked-by: David Marchand <david.march...@redhat.com> -- David Marchand