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

Dmitry V. Levin ldv at altlinux.org
Sun Nov 17 23:04:11 UTC 2019


On Fri, Nov 15, 2019 at 02:18:21PM +0100, Paul Chaignon wrote:
> On Thu, Nov 14, 2019 at 10:20:50PM +0300, Dmitry V. Levin wrote:
[...]
> > I've actually seen this 50 minutes timeout in strace builds when I tried
> > to update Travis CI configuration from Trusty to Xenial [3] or Bionic [4].
> 
> It doesn't look like we can extend the 50 minutes timeout :(
> Any idea why the builds take longer under Xenial and Bionic?
> 
> > [3] https://travis-ci.org/strace/strace/builds/603208391
> > [4] https://travis-ci.org/strace/strace/builds/603257898

The build timeout is only triggered in the coverage build which is
naturally slower than others.  According to the build log, nothing hangs,
it's just slow.

There must be something wrong in Ubuntu and/or Travis CI,
I have no problems with coverage in local builds.

So I switched .travis.yml from Trusty to Bionic for all builds except the
coverage build, musl-gcc x86 build which fails due to presumably a musl bug,
and gcc-8 arm64 builds because of missing gcc-8-multilib-arm-linux-gnueabihf
package.


-- 
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/20191118/7f897441/attachment.bin>


More information about the Strace-devel mailing list