Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/nightly_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@ jobs:
# fast jit doesn't support SIMD
- make_options_run_mode: $FAST_JIT_BUILD_OPTIONS
extra_options: "-DWAMR_BUILD_SIMD=0"
# multi-tier jit doesn't support SIMD
- make_options_run_mode: $MULTI_TIER_JIT_BUILD_OPTIONS
extra_options: "-DWAMR_BUILD_SIMD=0"
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -392,10 +389,6 @@ jobs:
include:
- os: ubuntu-22.04
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu.outputs.cache_key }}
exclude:
- make_options: $MULTI_TIER_JIT_BUILD_OPTIONS
sanitizer: asan
include:
# classic interp doesn't support SIMD
- make_options: $CLASSIC_INTERP_BUILD_OPTIONS
extra_options: "-DWAMR_BUILD_SIMD=0"
Expand All @@ -410,6 +403,9 @@ jobs:
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
- make_options: $LLVM_EAGER_JIT_BUILD_OPTIONS
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
exclude:
- make_options: $MULTI_TIER_JIT_BUILD_OPTIONS
sanitizer: asan

steps:
- name: checkout
Expand Down
Loading