We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51331e4 commit 3ca8829Copy full SHA for 3ca8829
src/ci/docker/host-x86_64/x86_64-gnu-llvm-8/Dockerfile
@@ -57,9 +57,3 @@ ENV SCRIPT python2.7 ../x.py --stage 2 test --exclude src/tools/tidy && \
57
python2.7 ../x.py --stage 2 test src/test/ui --pass=check && \
58
# Run tidy at the very end, after all the other tests.
59
python2.7 ../x.py --stage 2 test src/tools/tidy
60
-
61
-# The purpose of this container isn't to test with debug assertions and
62
-# this is run on all PRs, so let's get speedier builds by disabling these extra
63
-# checks.
64
-ENV NO_DEBUG_ASSERTIONS=1
65
-ENV NO_LLVM_ASSERTIONS=1
0 commit comments