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
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)
The text was updated successfully, but these errors were encountered:
Stupremee
changed the title
Can't find commit range for nightlies
Can't find commit range for nightly toolchain
Sep 26, 2020
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 fornightly-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 thuscargo-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)The text was updated successfully, but these errors were encountered: