This repository was archived by the owner on Feb 28, 2019. It is now read-only.
This repository was archived by the owner on Feb 28, 2019. It is now read-only.
Bi-secting rustc fails with author mismatch #13
Open
Description
I am currently trying to bisect rust-lang/rust#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 author Brian Anderson to be bors for beb9a0dfc52ebda4f8db4e5d439e08e4f3a43a39
buildd@kapitsa:/srv/tmp/rust$
I am using the following test script:
buildd@kapitsa:/srv/tmp/rust$ cat /srv/tmp/test.sh
#!/bin/bash
./configure --host=powerpc-unknown-linux-gnu --build=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu --enable-local-rust --local-rust-root=/usr
./x.py build
./configure --host=powerpc-unknown-linux-gnu --build=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu --enable-local-rust --local-rust-root=/srv/tmp/rust/build/build/powerpc-unknown-linux-gnu/stage2
./x.py build
buildd@kapitsa:/srv/tmp/rust$
Any suggestion on how to resolve this?
Metadata
Metadata
Assignees
Labels
No labels