Open aDotInTheVoid opened 3 years ago
Am having a look at this. Would it be acceptable to just print the results that are there or is more work needed? (i.e. if there is no CI builds available, just print the nightly bisection report and not the rest)
Currently, if their are no ci builds, a report isn't printed as here an error is returned
https://github.com/rust-lang/cargo-bisect-rustc/blob/37e4366023669df1c9e68d0cf74cce1fa577c42a/src/main.rs#L1146-L1152
so this function exits early
https://github.com/rust-lang/cargo-bisect-rustc/blob/37e4366023669df1c9e68d0cf74cce1fa577c42a/src/main.rs#L615-L619
It would be nice to show a report, even if their are no CI builds availible