Skip to content
Snippets Groups Projects
Commit 573f2de6 authored by Alex Crichton's avatar Alex Crichton
Browse files

Another attempt at fixing nightly

parent a1da67db
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ case "$TARGET" in ...@@ -71,7 +71,7 @@ case "$TARGET" in
# tarballs. # tarballs.
pkg=rustc pkg=rustc
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
pkg=rust-std pkg=rust-std-$HOST
fi fi
curl -s $MAIN_TARGETS/rust-$TRAVIS_RUST_VERSION-$HOST.tar.gz | \ curl -s $MAIN_TARGETS/rust-$TRAVIS_RUST_VERSION-$HOST.tar.gz | \
tar xzf - -C $HOME/rust/lib/rustlib --strip-components=4 \ tar xzf - -C $HOME/rust/lib/rustlib --strip-components=4 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment