From 84cbef87d08e27c326907f77fd249f887709cb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 10 Jun 2019 09:44:48 +0100 Subject: [PATCH] Do not fail on cargo update failures --- common/up.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/common/up.sh b/common/up.sh index 2afc0b9d..f31a2349 100755 --- a/common/up.sh +++ b/common/up.sh @@ -114,13 +114,9 @@ if [[ -z $NORUST ]]; then "$RUSTUP_TEMP" -y rm -f "$RUSTUP_TEMP" - set +e rustup update - set -e rustup install stable - set +e rustup install nightly - set -e rustup default stable rustup component add rls --toolchain stable @@ -147,8 +143,8 @@ if [[ -z $NORUST ]]; then set +e cargo install-update -a - set -e rustup run nightly cargo install-update -a + set -e fi set +e