0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

upgrade sccache (#592)

This commit is contained in:
Ryan Dahl 2021-01-21 04:07:01 -05:00 committed by GitHub
parent 30ad399f9b
commit c623c451b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ jobs:
SCCACHE_CACHE_SIZE: 128M SCCACHE_CACHE_SIZE: 128M
SCCACHE_IDLE_TIMEOUT: 0 SCCACHE_IDLE_TIMEOUT: 0
run: | run: |
$version = "0.2.12" $version = "v0.2.15"
$platform = $platform =
@{ "macOS" = "x86_64-apple-darwin" @{ "macOS" = "x86_64-apple-darwin"
"Linux" = "x86_64-unknown-linux-musl" "Linux" = "x86_64-unknown-linux-musl"
@ -158,6 +158,7 @@ jobs:
cd ~ cd ~
curl -LO $url curl -LO $url
tar -xzvf "$basename.tar.gz" tar -xzvf "$basename.tar.gz"
chmod u+x $basename/sccache
. $basename/sccache --start-server . $basename/sccache --start-server
echo "$(pwd)/$basename" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append echo "$(pwd)/$basename" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append