We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a1a29 commit 359e63bCopy full SHA for 359e63b
.github/workflows/nightly_run.yml
@@ -392,10 +392,6 @@ jobs:
392
include:
393
- os: ubuntu-22.04
394
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:
399
# classic interp doesn't support SIMD
400
- make_options: $CLASSIC_INTERP_BUILD_OPTIONS
401
extra_options: "-DWAMR_BUILD_SIMD=0"
@@ -410,6 +406,9 @@ jobs:
410
406
extra_options: "-DWAMR_BUILD_MULTI_MODULE=0"
411
407
- make_options: $LLVM_EAGER_JIT_BUILD_OPTIONS
412
408
409
+ exclude:
+ - make_options: $MULTI_TIER_JIT_BUILD_OPTIONS
+ sanitizer: asan
413
414
steps:
415
- name: checkout
0 commit comments