Skip to content

Commit 359e63b

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nightly_run.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,6 @@ jobs:
392392
include:
393393
- os: ubuntu-22.04
394394
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:
399395
# classic interp doesn't support SIMD
400396
- make_options: $CLASSIC_INTERP_BUILD_OPTIONS
401397
extra_options: "-DWAMR_BUILD_SIMD=0"
@@ -410,6 +406,9 @@ jobs:
410406
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
411407
- make_options: $LLVM_EAGER_JIT_BUILD_OPTIONS
412408
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
409+
exclude:
410+
- make_options: $MULTI_TIER_JIT_BUILD_OPTIONS
411+
sanitizer: asan
413412

414413
steps:
415414
- name: checkout

0 commit comments

Comments
 (0)