Fix compilation errors of workload xnnpack and meshoptimizer (#2081)
This commit is contained in:
5
.github/workflows/build_iwasm_release.yml
vendored
5
.github/workflows/build_iwasm_release.yml
vendored
@ -48,10 +48,7 @@ jobs:
|
||||
./core/deps/llvm/build/libexec
|
||||
./core/deps/llvm/build/share
|
||||
key: ${{ inputs.llvm_cache_key }}
|
||||
|
||||
- name: Quit if cache miss
|
||||
if: steps.retrieve_llvm_libs.outputs.cache-hit != 'true'
|
||||
run: echo "::error::can not get prebuilt llvm libraries" && exit 1
|
||||
fail-on-cache-miss: true
|
||||
|
||||
- name: generate iwasm binary release
|
||||
run: |
|
||||
|
||||
5
.github/workflows/build_wamrc.yml
vendored
5
.github/workflows/build_wamrc.yml
vendored
@ -48,10 +48,7 @@ jobs:
|
||||
./core/deps/llvm/build/libexec
|
||||
./core/deps/llvm/build/share
|
||||
key: ${{ inputs.llvm_cache_key }}
|
||||
|
||||
- name: Quit if cache miss
|
||||
if: steps.retrieve_llvm_libs.outputs.cache-hit != 'true'
|
||||
run: echo "::error::can not get prebuilt llvm libraries" && exit 1
|
||||
fail-on-cache-miss: true
|
||||
|
||||
- name: generate wamrc binary release
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user