]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #61043 - alexcrichton:less-full-bootstrap, r=sanxiyn
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 23 May 2019 06:37:14 +0000 (08:37 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 06:37:14 +0000 (08:37 +0200)
commit25c1dca1b3ad1b12068533a6701323f022a02fb2
tree68e9eb9383d57c9c00efc857892d98df8dcdba98
parente4e97caba03c00b7d37ec350990a94a819f3fdfc
parent194679c9dafa1864aaa979547253adf61d2514cc
Rollup merge of #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.