Skip to content

Commit

Permalink
Trying to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Sep 1, 2019
1 parent 259c476 commit cfb01e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .azure/install-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion .azure/install-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit cfb01e8

Please sign in to comment.