ci: merge the i1686-gnu images

This commit is contained in:
Pietro Albini 2019-05-12 18:00:38 +02:00
parent 7dfd8ceb4f
commit aab0bb47fa
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
3 changed files with 9 additions and 27 deletions

View File

@ -126,10 +126,8 @@ jobs:
asmjs:
IMAGE: asmjs
i686-gnu-1:
IMAGE: i686-gnu-1
i686-gnu-2:
IMAGE: i686-gnu-2
i686-gnu:
IMAGE: i686-gnu
i686-gnu-nopt:
IMAGE: i686-gnu-nopt
test-various:

View File

@ -1,21 +0,0 @@
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y --no-install-recommends \
g++-multilib \
make \
file \
curl \
ca-certificates \
python2.7 \
git \
cmake \
sudo \
gdb \
xz-utils
COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
ENV SCRIPT make ci-subset-2

View File

@ -18,5 +18,10 @@ COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
ENV SCRIPT make ci-subset-1
# Exclude some tests that are unlikely to be platform specific, to speed up
# this slow job.
ENV SCRIPT python2.7 ../x.py test \
--exclude src/bootstrap \
--exclude src/test/rustdoc-js \
--exclude src/tools/error_index_generator \
--exclude src/tools/linkchecker