Skip to content

Commit f0b6314

Browse files
author
Jorge Aparicio
committed
install less stuff
it's already installed in the docker image
1 parent 9b47cff commit f0b6314

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

ci/install.sh

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ install_qemu() {
1111
}
1212

1313
install_gist() {
14-
gem install gist -v 4.5.0
14+
if [[ $OSX ]]; then
15+
gem install gist -v 4.5.0
16+
fi
1517
}
1618

1719
install_binutils() {
@@ -38,21 +40,13 @@ add_rustup_target() {
3840
fi
3941
}
4042

41-
install_xargo() {
42-
if [[ $CARGO == xargo ]]; then
43-
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
44-
bash -s -- --from japaric/xargo --at /root/.cargo/bin --vers 0.1.5
45-
fi
46-
}
47-
4843
main() {
4944
if [[ $OSX || ${IN_DOCKER_CONTAINER:-n} == y ]]; then
5045
install_qemu
5146
install_gist
5247
install_binutils
5348
install_rust
5449
add_rustup_target
55-
install_xargo
5650
fi
5751
}
5852

0 commit comments

Comments
 (0)