mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Update just and sccache
This commit is contained in:
parent
baec8f7bb4
commit
15a610024d
@ -1171,7 +1171,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
cargoInstall just 1.42.4
|
||||
cargoInstall just 1.50.0
|
||||
cargoInstall cbindgen 0.29.0
|
||||
|
||||
if [ "$dependenciesonly" = false ]; then
|
||||
|
||||
@ -6,11 +6,11 @@ echo "Installing rust..."
|
||||
curl "https://sh.rustup.rs" -sSf | sh -s -- -y --default-toolchain stable --profile minimal
|
||||
|
||||
echo "Downloading sccache..."
|
||||
SCCACHE_URL="https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-$(uname -m)-unknown-linux-musl.tar.gz"
|
||||
SCCACHE_URL="https://github.com/mozilla/sccache/releases/download/v0.15.0/sccache-v0.15.0-$(uname -m)-unknown-linux-musl.tar.gz"
|
||||
wget -qO- --show-progress "${SCCACHE_URL}" | tar -xz -C ~/.cargo/bin --strip-components=1 --wildcards '*/sccache'
|
||||
|
||||
echo "Downloading just..."
|
||||
JUST_URL="https://github.com/casey/just/releases/download/1.45.0/just-1.45.0-$(uname -m)-unknown-linux-musl.tar.gz"
|
||||
JUST_URL="https://github.com/casey/just/releases/download/1.50.0/just-1.50.0-$(uname -m)-unknown-linux-musl.tar.gz"
|
||||
wget -qO- --show-progress "${JUST_URL}" | tar -xz -C ~/.cargo/bin --wildcards 'just'
|
||||
|
||||
echo "Downloading cbindgen..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user