Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump
Browse files Browse the repository at this point in the history
silwol committed Jun 20, 2022

Verified

This commit was signed with the committer’s verified signature.
b-zee Benno
1 parent 9f2876c commit 1b0f1b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -44,15 +44,15 @@ jobs:
- build: linux-x64
os: ubuntu-18.04
artifact_name: 'wasmer-linux-amd64'
#llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/13.x/llvm-linux-amd64.tar.xz'
llvm_url: 'https://nextcloud.silwol.net/s/YQoXRefWK3pJg8f/download?path=%2Flinux-amd64-13.x&files=llvm.tar.xz&downloadStartSecret=j78btukrnye'
llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/13.x/llvm-linux-amd64.tar.xz'
#llvm_url: 'https://nextcloud.silwol.net/s/YQoXRefWK3pJg8f/download?path=%2Flinux-amd64-13.x&files=llvm.tar.xz&downloadStartSecret=j78btukrnye'
cross_compilation_artifact_name: 'cross_compiled_from_linux'
use_sccache: true
use_llvm: true
- build: macos-x64
os: macos-11
#llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/13.x/llvm-darwin-amd64.tar.xz'
llvm_url: 'https://nextcloud.silwol.net/s/YQoXRefWK3pJg8f/download?path=%2Fdarwin-amd64-13.x&files=llvm.tar.xz&downloadStartSecret=3b1vbz6c99b'
llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/13.x/llvm-darwin-amd64.tar.xz'
#llvm_url: 'https://nextcloud.silwol.net/s/YQoXRefWK3pJg8f/download?path=%2Fdarwin-amd64-13.x&files=llvm.tar.xz&downloadStartSecret=3b1vbz6c99b'
artifact_name: 'wasmer-darwin-amd64'
cross_compilation_artifact_name: 'cross_compiled_from_mac'
use_sccache: true
@@ -66,8 +66,8 @@ jobs:
- build: windows-x64
os: windows-2019
artifact_name: 'wasmer-windows-amd64'
#llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/13.x/llvm-windows-amd64.tar.xz'
llvm_url: 'https://nextcloud.silwol.net/s/YQoXRefWK3pJg8f/download?path=%2Fwindows-amd64-13.x&files=llvm.tar.xz&downloadStartSecret=3b1vbz6c99b'
llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/13.x/llvm-windows-amd64.tar.xz'
#llvm_url: 'https://nextcloud.silwol.net/s/YQoXRefWK3pJg8f/download?path=%2Fwindows-amd64-13.x&files=llvm.tar.xz&downloadStartSecret=3b1vbz6c99b'
cross_compilation_artifact_name: 'cross_compiled_from_win'
use_sccache: true
use_llvm: true

0 comments on commit 1b0f1b0

Please sign in to comment.