]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #84781 - jyn514:check-bootstrap, r=Mark-Simulacrum
authorYuki Okushi <jtitor@2k36.org>
Fri, 7 May 2021 06:20:22 +0000 (15:20 +0900)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 06:20:22 +0000 (15:20 +0900)
commit1224e1341a39d3436b3ea00e904e79015041ce12
treeedff63ce2474b3772718b9f481daf58fea8ec5c2
parent2d496f46bf1960d72122cccc3ed5c774cea931c2
parent3b4b1eab90e6eaed8118ff2eef11fe7ddd9fe555
Rollup merge of #84781 - jyn514:check-bootstrap, r=Mark-Simulacrum

Don't check bootstrap artifacts by default

Bootstrap has to build successfully or this won't run, so all it checks
are the tests, which are uncommon to change.

Fixes https://github.com/rust-lang/rust/issues/76624.