rust-lang-deprecated/rustup.sh

Failed and exited with 1 on TravisCI

K-Finlay opened this issue ยท 4 comments

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 .

For anyone trying to follow the ticket train, it appears this is actually caused by #70

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.

brson commented

Fixed by #73 and deploying now. Should be available within 10 minutes. Sorry for the hassle.