From a371b3e54c6380ceb8817921991493323ffa3adc Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sun, 18 Jun 2017 16:49:52 -0600 Subject: [PATCH] Do not install remote libc-artifacts --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index b7a794b9a..bb8e5218e 100755 --- a/setup.sh +++ b/setup.sh @@ -1,11 +1,9 @@ #!/usr/bin/env bash set -e -echo "Downloading latest libc-artifacts" -git submodule update --init --remote libc-artifacts - echo "Downloading latest pkgutils" git submodule update --init --remote pkgutils +cargo update --manifest-path pkgutils/Cargo.toml echo "Defaulting to rust nightly" rustup override set nightly -- GitLab