mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-25 16:31:18 +00:00
Trying to fix errors
This commit is contained in:
parent
259c476122
commit
cfb01e8c73
@ -38,10 +38,8 @@ steps:
|
||||
cd C:\projects\deps
|
||||
curl -OL https://github.com/wasmerio/windows-llvm-build/releases/download/v8.0.0/llvm-8.0.0-install.zip
|
||||
7z x llvm-8.0.0-install.zip
|
||||
LLVM_PATH=`pwd`/llvm-8.0.0-install
|
||||
LLVM_PATH_WIN=C:\projects\deps\llvm-8.0.0-install
|
||||
echo "##vso[task.prependpath]$LLVM_PATH/bin"
|
||||
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX]$LLVM_PATH_WIN"
|
||||
echo "##vso[task.prependpath]/c/projects/deps/llvm-8.0.0-install/bin"
|
||||
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX]C:\\projects\\deps\\llvm-8.0.0-install"
|
||||
fi
|
||||
displayName: "Install LLVM (Windows)"
|
||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
||||
|
@ -20,7 +20,7 @@ steps:
|
||||
set -ex
|
||||
brew install openssl
|
||||
brew link openssl --force
|
||||
brew install rust
|
||||
brew install rustup
|
||||
displayName: "Install Rust (macOS)"
|
||||
condition: eq(variables['Agent.OS'], 'Darwin')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user