summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorYuki Okushi <yuki.okushi@huawei.com>2021-06-09 10:33:03 +0900
committerYuki Okushi <yuki.okushi@huawei.com>2021-06-09 10:33:03 +0900
commit79fc7016cd89a3f3268375487432b4a5d587e136 (patch)
tree2a1624936bcf7022bae0c8ab99f5809ff7b6a50e /ci
parent34a4f11a2e53862d1c956e954a89d605ffbfbe42 (diff)
downloadrust-libc-79fc7016cd89a3f3268375487432b4a5d587e136.tar.gz
Run rustup self-update as a separated step
Diffstat (limited to 'ci')
-rw-r--r--ci/install-rust.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/install-rust.sh b/ci/install-rust.sh
index 377f0d0cf0..dcd24b88ef 100644
--- a/ci/install-rust.sh
+++ b/ci/install-rust.sh
@@ -12,7 +12,6 @@ else
fi
if [ "$OS" = "windows" ]; then
: "${TARGET?The TARGET environment variable must be set.}"
- rustup self update
rustup set profile minimal
rustup update --force $toolchain-"$TARGET"
rustup default $toolchain-"$TARGET"