]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #62141 - alexcrichton:less-assertions, r=pietroalbini
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 26 Jun 2019 09:33:42 +0000 (11:33 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 09:33:42 +0000 (11:33 +0200)
commit00efd134390b17b4c2adf73c75be0ec7bdb98eb9
tree59e1a1070c6eaa3b65593f890fe414539874f762
parentb863efbfa16a66b3fc79e8004ff4c4cb1c7de7c2
parent07efcf25c1a3de81da71d7ab9f40f013f4c78e0b
Rollup merge of #62141 - alexcrichton:less-assertions, r=pietroalbini

ci: Disable assertions in PR builds

The PR builder on Azure currently takes 2.5h which is a bit long, so
this commit disables debug assertions and llvm assertions in an attempt
to speed up that builder and have PR builds come back a bit more
quickly. Other builders continue to enable debug assertions and test the
compiler there.