We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71573b commit 9b23df1Copy full SHA for 9b23df1
src/ci/docker/host-x86_64/x86_64-gnu-llvm-9/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