Skip to content

Commit 25c1dca

Browse files
authored
Rollup merge of rust-lang#61043 - alexcrichton:less-full-bootstrap, r=sanxiyn
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.
2 parents e4e97ca + 194679c commit 25c1dca

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

Lines changed: 6 additions & 0 deletions
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)