Skip to content

Commit 980961e

Browse files
committed
ci: docker: x86_64: specify host explicitly
1 parent b2a97ff commit 980961e

File tree

1 file changed

+2
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-10

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-10/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ENV SCRIPT python2.7 ../x.py --stage 2 test --exclude src/tools/tidy && \
4646
# This is intended to make sure that both `--pass=check` continues to
4747
# work.
4848
#
49-
python2.7 ../x.py --stage 2 test src/test/ui --pass=check --target=i686-unknown-linux-gnu && \
49+
python2.7 ../x.py --stage 2 test src/test/ui --pass=check \
50+
--host='' --target=i686-unknown-linux-gnu && \
5051
# Run tidy at the very end, after all the other tests.
5152
python2.7 ../x.py --stage 2 test src/tools/tidy

0 commit comments

Comments
 (0)