Skip to content

Commit 3ca8829

Browse files
Add debug asserts to PR builder
This is helpful to catch slightly more bugs before things hit main CI, and doesn't cost too much extra CI time.
1 parent 51331e4 commit 3ca8829

File tree

1 file changed

+0
-6
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-8

1 file changed

+0
-6
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,3 @@ ENV SCRIPT python2.7 ../x.py --stage 2 test --exclude src/tools/tidy && \
5757
python2.7 ../x.py --stage 2 test src/test/ui --pass=check && \
5858
# Run tidy at the very end, after all the other tests.
5959
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

Comments
 (0)