You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has two main benefits:
1. It tests that download-rustc doesn't regress. This doesn't reduce our test coverage, since we
still never use `download-rustc` in a full bors merge, but it should make it a lot less likely that
this breaks by accident.
2. It greatly speeds up CI when compiler/ and library/ haven't been modified. Once the changes in
rust-lang/compiler-team#619 land, this will also be faster for changes to
library/, and only changes to compiler/ will have to rebuild.
0 commit comments