Skip to content

Commit 6660670

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

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/nightly_run.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -339,16 +339,12 @@ jobs:
339339
make_options_feature: "-DWAMR_BUILD_MULTI_MEMORY=1"
340340
- make_options_run_mode: $FAST_JIT_BUILD_OPTIONS
341341
make_options_feature: "-DWAMR_BUILD_MULTI_MEMORY=1"
342-
include:
343342
# classic interp doesn't support SIMD
344343
- make_options_run_mode: $CLASSIC_INTERP_BUILD_OPTIONS
345344
extra_options: "-DWAMR_BUILD_SIMD=0"
346345
# fast jit doesn't support SIMD
347346
- make_options_run_mode: $FAST_JIT_BUILD_OPTIONS
348347
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"
352348
steps:
353349
- name: Install dependencies
354350
run: |
@@ -392,10 +388,6 @@ jobs:
392388
include:
393389
- os: ubuntu-22.04
394390
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:
399391
# classic interp doesn't support SIMD
400392
- make_options: $CLASSIC_INTERP_BUILD_OPTIONS
401393
extra_options: "-DWAMR_BUILD_SIMD=0"
@@ -410,6 +402,9 @@ jobs:
410402
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
411403
- make_options: $LLVM_EAGER_JIT_BUILD_OPTIONS
412404
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
405+
exclude:
406+
- make_options: $MULTI_TIER_JIT_BUILD_OPTIONS
407+
sanitizer: asan
413408

414409
steps:
415410
- name: checkout

0 commit comments

Comments
 (0)