pin xargo and gist versions
This commit is contained in:
parent
2f41babd74
commit
bc8f572c9f
@ -11,7 +11,7 @@ install_qemu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_gist() {
|
install_gist() {
|
||||||
gem install gist
|
gem install gist -v 4.5.0
|
||||||
}
|
}
|
||||||
|
|
||||||
install_binutils() {
|
install_binutils() {
|
||||||
@ -41,7 +41,7 @@ add_rustup_target() {
|
|||||||
install_xargo() {
|
install_xargo() {
|
||||||
if [[ $CARGO == xargo ]]; then
|
if [[ $CARGO == xargo ]]; then
|
||||||
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
|
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
|
||||||
bash -s -- --from japaric/xargo --at /root/.cargo/bin
|
bash -s -- --from japaric/xargo --at /root/.cargo/bin --vers 0.1.5
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user