rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

--access checkout does ignore rollups #322

Open matthiaskrgr opened 4 months ago

matthiaskrgr commented 4 months ago

when working with --access checkout, it seems like cbr still sends api calls to github in order to figure out the commits contained in a rollup instead of using the cloned repository.

ehuss commented 4 months ago

I don't think it is possible to get the information from the repository. It has to access the GitHub comment posted by the perf bot to know which artifacts to download.