Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find commit range for nightly toolchain #111

Open
Stupremee opened this issue Sep 26, 2020 · 1 comment
Open

Can't find commit range for nightly toolchain #111

Stupremee opened this issue Sep 26, 2020 · 1 comment
Labels
A-downloading Area: downloading toolchains A-errors Area: errors and warnings

Comments

@Stupremee
Copy link
Member

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 Stupremee changed the title Can't find commit range for nightlies Can't find commit range for nightly toolchain Sep 26, 2020
@tesuji
Copy link
Contributor

tesuji commented Oct 7, 2020

Related #112

@ehuss ehuss added A-errors Area: errors and warnings A-downloading Area: downloading toolchains labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-downloading Area: downloading toolchains A-errors Area: errors and warnings
Projects
None yet
Development

No branches or pull requests

3 participants