Failed and exited with 1 on TravisCI
K-Finlay opened this issue ยท 4 comments
K-Finlay commented
rustup.sh is currently failing on TravisCI, with no indication as to what the error is.
It has also been reported on the TravisCI bugtracker: travis-ci/travis-ci#6654
It may be related to changes made in #71.
Here is the full error message:
The command "sh
/rust-installer/rustup.sh --prefix=/rust --spec=stable -y --disable-sudo 2> /dev/null" failed and exited with 1 during .
ninjabear commented
For anyone trying to follow the ticket train, it appears this is actually caused by #70
ninjabear commented
Related rust-lang/rust#36850
BanzaiMan commented
Hello. As I mentioned in travis-ci/travis-ci#6654 (comment), the issue is that rustup.sh
can no longer function without sudo
even when --disable-sudo
is given.