We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e6a354 + 621aa7c commit 22bb4e4Copy full SHA for 22bb4e4
ci/run-travis.sh
@@ -109,9 +109,9 @@ cp ci/cargo-config .cargo/config
109
# Next up we need to install the standard library for the version of Rust that
110
# we're testing.
111
if [ "$TRAVIS" = "true" ]; then
112
- curl -s $MAIN_TARGETS/rust-std-$TRAVIS_RUST_VERSION-$TARGET.tar.gz | \
113
- tar xzf - -C $HOME/rust/lib/rustlib --strip-components=4 \
114
- rust-std-$TRAVIS_RUST_VERSION-$TARGET/rust-std-$TARGET/lib/rustlib/$TARGET
+ curl https://static.rust-lang.org/rustup.sh | \
+ sh -s -- --add-target=$TARGET --disable-sudo -y \
+ --prefix=`rustc --print sysroot`
115
fi
116
117
# If we're testing with a docker image, then run tests entirely within that
0 commit comments