cargo-bisect-rustc icon indicating copy to clipboard operation
cargo-bisect-rustc copied to clipboard

Can't find commit range for nightly toolchain

Open Stupremee opened this issue 5 years ago • 1 comments

cargo-bisect-rustc is unable to find the commit range for a nightly toolchain, if the git commit hash file of the previous nightly returns 404.

If cargo-bisect-rustc is trying to find the commit range for nightly-2020-09-02, it will step one day back (2020-09-01) but this nightly doesn't have a statically hosted git commit hash and thus cargo-bisect-rustc fails.

It should try to step back more versions until it finds one that doesn't return 404 (2020-08-29 in this case)

Stupremee avatar Sep 26 '20 13:09 Stupremee

Related #112

tesuji avatar Oct 07 '20 10:10 tesuji