Skip to content

Commit b858e80

Browse files
committed
Fix nightly workflow matrix include duplication
1 parent 40a1a29 commit b858e80

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/nightly_run.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@ jobs:
346346
# fast jit doesn't support SIMD
347347
- make_options_run_mode: $FAST_JIT_BUILD_OPTIONS
348348
extra_options: "-DWAMR_BUILD_SIMD=0"
349-
# multi-tier jit doesn't support SIMD
350-
- make_options_run_mode: $MULTI_TIER_JIT_BUILD_OPTIONS
351-
extra_options: "-DWAMR_BUILD_SIMD=0"
352349
steps:
353350
- name: Install dependencies
354351
run: |
@@ -392,10 +389,6 @@ jobs:
392389
include:
393390
- os: ubuntu-22.04
394391
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu.outputs.cache_key }}
395-
exclude:
396-
- make_options: $MULTI_TIER_JIT_BUILD_OPTIONS
397-
sanitizer: asan
398-
include:
399392
# classic interp doesn't support SIMD
400393
- make_options: $CLASSIC_INTERP_BUILD_OPTIONS
401394
extra_options: "-DWAMR_BUILD_SIMD=0"
@@ -410,6 +403,9 @@ jobs:
410403
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
411404
- make_options: $LLVM_EAGER_JIT_BUILD_OPTIONS
412405
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
406+
exclude:
407+
- make_options: $MULTI_TIER_JIT_BUILD_OPTIONS
408+
sanitizer: asan
413409

414410
steps:
415411
- name: checkout

0 commit comments

Comments
 (0)