mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 17:50:51 +00:00
Upgrade sccache to 0.2.11
This commit is contained in:
parent
f5f9467211
commit
a1dfa4bf5e
@ -1,8 +1,8 @@
|
|||||||
steps:
|
steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
set -ex
|
set -ex
|
||||||
curl -L https://github.com/mozilla/sccache/releases/download/0.2.10/sccache-0.2.10-x86_64-unknown-linux-musl.tar.gz | tar xzf -
|
curl -L https://github.com/mozilla/sccache/releases/download/0.2.11/sccache-0.2.11-x86_64-unknown-linux-musl.tar.gz | tar xzf -
|
||||||
sccache=`pwd`/sccache-0.2.10-x86_64-unknown-linux-musl/sccache
|
sccache=`pwd`/sccache-0.2.11-x86_64-unknown-linux-musl/sccache
|
||||||
echo "##vso[task.setvariable variable=RUSTC_WRAPPER;]$sccache"
|
echo "##vso[task.setvariable variable=RUSTC_WRAPPER;]$sccache"
|
||||||
displayName: Install sccache - Linux
|
displayName: Install sccache - Linux
|
||||||
condition: eq( variables['Agent.OS'], 'Linux' )
|
condition: eq( variables['Agent.OS'], 'Linux' )
|
||||||
@ -10,16 +10,16 @@ steps:
|
|||||||
- bash: |
|
- bash: |
|
||||||
set -ex
|
set -ex
|
||||||
brew install openssl@1.1
|
brew install openssl@1.1
|
||||||
curl -L https://github.com/mozilla/sccache/releases/download/0.2.10/sccache-0.2.10-x86_64-apple-darwin.tar.gz | tar xzf -
|
curl -L https://github.com/mozilla/sccache/releases/download/0.2.11/sccache-0.2.11-x86_64-apple-darwin.tar.gz | tar xzf -
|
||||||
sccache=`pwd`/sccache-0.2.10-x86_64-apple-darwin/sccache
|
sccache=`pwd`/sccache-0.2.11-x86_64-apple-darwin/sccache
|
||||||
echo "##vso[task.setvariable variable=RUSTC_WRAPPER;]$sccache"
|
echo "##vso[task.setvariable variable=RUSTC_WRAPPER;]$sccache"
|
||||||
displayName: Install sccache - Darwin
|
displayName: Install sccache - Darwin
|
||||||
condition: eq( variables['Agent.OS'], 'Darwin' )
|
condition: eq( variables['Agent.OS'], 'Darwin' )
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
Invoke-WebRequest https://github.com/mozilla/sccache/releases/download/0.2.10/sccache-0.2.10-x86_64-pc-windows-msvc.tar.gz -OutFile sccache.tar.gz
|
Invoke-WebRequest https://github.com/mozilla/sccache/releases/download/0.2.11/sccache-0.2.11-x86_64-pc-windows-msvc.tar.gz -OutFile sccache.tar.gz
|
||||||
tar xzf sccache.tar.gz
|
tar xzf sccache.tar.gz
|
||||||
Write-Host "##vso[task.setvariable variable=RUSTC_WRAPPER;]$pwd/sccache-0.2.10-x86_64-pc-windows-msvc/sccache.exe"
|
Write-Host "##vso[task.setvariable variable=RUSTC_WRAPPER;]$pwd/sccache-0.2.11-x86_64-pc-windows-msvc/sccache.exe"
|
||||||
displayName: Install sccache - Windows
|
displayName: Install sccache - Windows
|
||||||
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user