bisect-rust
bisect-rust copied to clipboard
Bisects rust-lang/rust by pull request, downloading the built artifacts
I am currently trying to bisect https://github.com/rust-lang/rust/issues/50960 but that fails with the following error message about an unexpected authorship: ``` buildd@kapitsa:/srv/tmp/rust$ bisect --end 84203cac67e65ca8640b8392348411098c856985 --start d3ae9a9e08edf12de0ed82af57ba2a56c26496ea --test /srv/tmp/test.sh Error: Expected...
In rust-lang/rust#45810 (merged as rust-lang/rust@b7ccb0a5a7ee5bf51dbb63490c0d7166cfb993e2, with commit date `2017-11-06T17:57:51Z`), the assertions are transferred to the "alt" builds. When doing bisection, it is preferable to have assertions enabled. Thus we should...
It should be possible to ctrl+c an ongoing bisection run to modify the script or do other things. Right now, this may leave behind corrupt tarballs (incomplete downloads) in the...
Quoting the bisect manual: > If you have a script that can tell if the current source code is good or bad, you can bisect by issuing the command: >...