Trying to fix errors

This commit is contained in:
Syrus 2019-09-01 10:35:50 -07:00
parent 259c476122
commit cfb01e8c73
2 changed files with 3 additions and 5 deletions

View File

@ -38,10 +38,8 @@ steps:
cd C:\projects\deps cd C:\projects\deps
curl -OL https://github.com/wasmerio/windows-llvm-build/releases/download/v8.0.0/llvm-8.0.0-install.zip 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 7z x llvm-8.0.0-install.zip
LLVM_PATH=`pwd`/llvm-8.0.0-install echo "##vso[task.prependpath]/c/projects/deps/llvm-8.0.0-install/bin"
LLVM_PATH_WIN=C:\projects\deps\llvm-8.0.0-install echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX]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"
fi fi
displayName: "Install LLVM (Windows)" displayName: "Install LLVM (Windows)"
condition: eq(variables['Agent.OS'], 'Windows_NT') condition: eq(variables['Agent.OS'], 'Windows_NT')

View File

@ -20,7 +20,7 @@ steps:
set -ex set -ex
brew install openssl brew install openssl
brew link openssl --force brew link openssl --force
brew install rust brew install rustup
displayName: "Install Rust (macOS)" displayName: "Install Rust (macOS)"
condition: eq(variables['Agent.OS'], 'Darwin') condition: eq(variables['Agent.OS'], 'Darwin')