[PATCH v2] ci: support Travis CI's aarch64 builds

Dmitry V. Levin ldv at altlinux.org
Sat Nov 9 23:25:50 UTC 2019


On Fri, Nov 08, 2019 at 12:30:15PM +0100, Paul Chaignon wrote:
> Travis CI now supports aarch64 builds, launched with the new "arch: arm64"
> tag.  These builds are running inside LXD only for the moment.
> 
> The aarch64 builds tend to be a lot slower than their x86_64 counterparts,
> so several timeout values need to be increased.
> 
> * .travis.yml (matrix): add aarch64 builds and mark previous builds as
> amd64.
> * ci/install-dependencies.sh: install packages for aarch64 builds
> * ci/run-build-and-tests.sh: check mpers for aarch64.
> 
> Signed-off-by: Paul Chaignon <paul.chaignon at gmail.com>
> ---
>  .travis.yml                | 50 ++++++++++++++++++++++++++++++++++++++
>  ci/install-dependencies.sh | 26 ++++++++++++++++----
>  ci/run-build-and-tests.sh  |  3 +++
>  tests/umount2.c            |  1 +

I suppose the tests/umount2.c part was not intended to squeeze in.

Anyway, I applied it and pushed into a test branch to see how it builds.
Apparently, aarch64 builds are often errored out by Travis CI due to
"No output has been received in the last 10m" condition.  I suppose this
is a side effect of raising TIMEOUT_DURATION over the current default of
10 minutes.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20191110/a64afd5d/attachment.bin>


More information about the Strace-devel mailing list