Skip to content

Commit 194679c

Browse files
committed
Disable LLVM/debug assertions in gnu-full-bootstrap
This builder already is very close to the 2 hour mark and the debug assertions aren't really buying us anything over what all the other containers are enabling, so let's disable them for this slow builder.
1 parent 37ff5d3 commit 194679c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ci/docker/x86_64-gnu-full-bootstrap/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ ENV RUST_CONFIGURE_ARGS \
2020
--build=x86_64-unknown-linux-gnu \
2121
--enable-full-bootstrap
2222
ENV SCRIPT python2.7 ../x.py build
23+
24+
# In general this just slows down the build and we're just a smoke test that
25+
# a full bootstrap works in general, so there's not much need to take this
26+
# penalty in build times.
27+
ENV NO_LLVM_ASSERTIONS 1
28+
ENV NO_DEBUG_ASSERTIONS 1

0 commit comments

Comments
 (0)