mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 15:11:37 +00:00
Trying to fix Win64 LLVM release for ARM
This commit is contained in:
@ -31,9 +31,9 @@ steps:
|
|||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
set -ex
|
set -ex
|
||||||
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/llvm-build/releases/download/8.x/Win64_Release.zip
|
||||||
7z x llvm-8.0.0-install.zip
|
7z x Win64_Release.zip
|
||||||
llvm=`pwd`/llvm-8.0.0-install
|
llvm=`pwd`/Win64_Release
|
||||||
echo "##vso[task.prependpath]$llvm/bin"
|
echo "##vso[task.prependpath]$llvm/bin"
|
||||||
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX;]$llvm"
|
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX;]$llvm"
|
||||||
displayName: "Install LLVM (Windows)"
|
displayName: "Install LLVM (Windows)"
|
||||||
|
Reference in New Issue
Block a user