rust-lang / cargo-bisect-rustc

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

Fetch tags when updating the rust repo #263

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

When bisecting on a tag (like 1.67.0), and the repo doesn't have that tag, then it would fail. This updates the call to git fetch to ensure the tags are fetched.