We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a97ff commit 980961eCopy full SHA for 980961e
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 && \
46
# This is intended to make sure that both `--pass=check` continues to
47
# work.
48
#
49
- 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 \
50
+ --host='' --target=i686-unknown-linux-gnu && \
51
# Run tidy at the very end, after all the other tests.
52
python2.7 ../x.py --stage 2 test src/tools/tidy
0 commit comments