rust/src/ci/docker
bors ff591b6dc0 Auto merge of #39042 - alexcrichton:upload-more, r=brson
travis: Expand dist builder coverage

This commit adds six new travis matrix entires for doing cross-compiled
distribution builds of the compiler. The support added in #38731 allows us to
quickly compile a complete suite of distribution artifacts for cross-compiled
platforms, and currently each matrix entry (when fully cached) clocks in around
an hour to finish. Note that a full test run typically takes about two hours
right now.

With further optimizations coming down the pike in #39026 this commit also
starts doubling up cross-compiled distribution builders on each matrix entry. We
initially planned to do one build per entry, but it's looking like we may be
able to get by with more than one in each entry. Depending on how long these
builds take we may even be able to up it to three, but we'll start with two
first.

This commit then completes the suite of cross-compiled compilers that we're
going to compile, adding it for a whole litany of platforms detailed in the
changes to the docker files here. The existing `cross` image is also trimmed
down quite a bit to avoid duplicate work, and we'll eventually provision it for
far more cross compilation as well.

Note that the gcc toolchains installed to compile most of these compilers are
inappropriate for actualy distribution. The glibc they pull in is much newer
than we'd like, so before we turn nightlies off we'll need to tweak these docker
files to custom build toolchains like the current `linux-cross` docker image
does.
2017-01-15 23:49:24 +00:00
..
arm-android travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
cross travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-arm-linux travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-armv7-aarch64-linux travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-freebsd travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-mips-linux travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-mips64-linux travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-powerpc-linux travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-powerpc64-linux travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
dist-s390x-linux-netbsd travis: Expand dist builder coverage 2017-01-15 10:14:43 -08:00
i686-gnu travis: Start uploading artifacts on commits 2017-01-12 15:29:04 -08:00
i686-gnu-nopt travis: Remove extraneous /tmp/obj dirs 2016-12-26 23:04:39 -08:00
x86_64-gnu travis: Start uploading artifacts on commits 2017-01-12 15:29:04 -08:00
x86_64-gnu-aux Merge branch 'aux-tests' of https://github.com/alexcrichton/rust into rollup 2016-12-29 17:29:32 -08:00
x86_64-gnu-debug travis: Start uploading artifacts on commits 2017-01-12 15:29:04 -08:00
x86_64-gnu-distcheck travis: Start uploading artifacts on commits 2017-01-12 15:29:04 -08:00
x86_64-gnu-full-bootstrap travis: Start uploading artifacts on commits 2017-01-12 15:29:04 -08:00
x86_64-gnu-llvm-3.7 travis: Remove extraneous /tmp/obj dirs 2016-12-26 23:04:39 -08:00
x86_64-gnu-make travis: Remove extraneous /tmp/obj dirs 2016-12-26 23:04:39 -08:00
x86_64-gnu-nopt travis: Remove extraneous /tmp/obj dirs 2016-12-26 23:04:39 -08:00
x86_64-musl travis: Start uploading artifacts on commits 2017-01-12 15:29:04 -08:00
run.sh Auto merge of #39042 - alexcrichton:upload-more, r=brson 2017-01-15 23:49:24 +00:00