mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03:00
Get prebuilt sccache
This commit is contained in:
parent
3058ea5564
commit
c9ac2dd848
1 changed files with 3 additions and 8 deletions
|
@ -31,14 +31,9 @@ fi
|
|||
|
||||
# sccache (Windows)
|
||||
if [ "$ARCH" = Windows ]; then
|
||||
export PATH="$PATH:$HOME/.cargo/bin"
|
||||
if ! which cargo >/dev/null 2>&1; then
|
||||
curl -OJ https://win.rustup.rs/
|
||||
./rustup-init.exe -y -v --no-modify-path
|
||||
fi
|
||||
if ! which sccache >/dev/null 2>&1; then
|
||||
cargo install --force sccache
|
||||
fi
|
||||
sccache_url="https://github.com/mozilla/sccache/releases/download/0.2.8/sccache-0.2.8-x86_64-pc-windows-msvc.tar.gz"
|
||||
mkdir -p ~/.cargo/bin
|
||||
curl -L "$sccache_url" | tar xzf - --strip=1 -C ~/.cargo/bin
|
||||
fi
|
||||
|
||||
# gn
|
||||
|
|
Loading…
Add table
Reference in a new issue