about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorTom Eccles <tom.eccles@codethink.co.uk>2021-02-21 19:32:16 +0000
committerTom Eccles <tom.eccles@codethink.co.uk>2021-03-28 16:50:16 +0100
commit980961e33052c3f838db3879bd9e0f284252bb2f (patch)
treeed153c3dd192537171a202531202c3e768d7ec51 /src/ci/docker
parentb2a97ff415ca950e49448c3ad766246cf3a48443 (diff)
downloadrust-980961e33052c3f838db3879bd9e0f284252bb2f.tar.gz
rust-980961e33052c3f838db3879bd9e0f284252bb2f.zip
ci: docker: x86_64: specify host explicitly
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-llvm-10/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-10/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-10/Dockerfile
index 0d32a9ec5eb..c34198708c4 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-10/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-10/Dockerfile
@@ -46,6 +46,7 @@ ENV SCRIPT python2.7 ../x.py --stage 2 test --exclude src/tools/tidy && \
            # This is intended to make sure that both `--pass=check` continues to
            # work.
            #
-           python2.7 ../x.py --stage 2 test src/test/ui --pass=check --target=i686-unknown-linux-gnu && \
+           python2.7 ../x.py --stage 2 test src/test/ui --pass=check \
+                             --host='' --target=i686-unknown-linux-gnu && \
            # Run tidy at the very end, after all the other tests.
            python2.7 ../x.py --stage 2 test src/tools/tidy