[dpdk-dev] [PATCH] ci: remove aarch64 from Travis jobs
David Marchand
david.marchand at redhat.com
Thu Apr 16 15:43:00 CEST 2020
On Thu, Apr 16, 2020 at 2:44 PM Aaron Conole <aconole at redhat.com> wrote:
>
> Thomas Monjalon <thomas at monjalon.net> writes:
>
> > Travis is not reliable for native Arm and PPC:
> > https://travis-ci.community/t/disk-quota-exceeded-on-arm64/7619/6
> >
> > In order to get reliable Travis reports,
> > the use of Arm machines is removed until Travis fixes it.
> >
> > Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> > ---
>
> We should add back the cross-build if we do this - at least then we
> could have a reliable compilation test of Arm64 code. Does it make
> sense?
I don't see them removed by this patch, the two jobs are still present ?
# x86_64 cross-compiling aarch64 jobs
- env: DEF_LIB="static" AARCH64=1
arch: amd64
compiler: gcc
addons:
apt:
packages:
- *aarch64_packages
- env: DEF_LIB="shared" AARCH64=1
arch: amd64
compiler: gcc
addons:
apt:
packages:
- *aarch64_packages
--
David Marchand
More information about the dev
mailing list