Skip to content

Commit

Permalink
Add debug asserts to PR builder
Browse files Browse the repository at this point in the history
This is helpful to catch slightly more bugs before things hit main CI, and
doesn't cost too much extra CI time.
  • Loading branch information
Mark-Simulacrum committed Nov 6, 2020
1 parent 51331e4 commit 3ca8829
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ci/docker/host-x86_64/x86_64-gnu-llvm-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,3 @@ ENV SCRIPT python2.7 ../x.py --stage 2 test --exclude src/tools/tidy && \
python2.7 ../x.py --stage 2 test src/test/ui --pass=check && \
# Run tidy at the very end, after all the other tests.
python2.7 ../x.py --stage 2 test src/tools/tidy

# The purpose of this container isn't to test with debug assertions and
# this is run on all PRs, so let's get speedier builds by disabling these extra
# checks.
ENV NO_DEBUG_ASSERTIONS=1
ENV NO_LLVM_ASSERTIONS=1

0 comments on commit 3ca8829

Please sign in to comment.