File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,10 +233,8 @@ jobs:
233233 $AOT_BUILD_OPTIONS,
234234 $CLASSIC_INTERP_BUILD_OPTIONS,
235235 $FAST_INTERP_BUILD_OPTIONS,
236- $FAST_JIT_BUILD_OPTIONS,
237236 $LLVM_LAZY_JIT_BUILD_OPTIONS,
238237 $LLVM_EAGER_JIT_BUILD_OPTIONS,
239- $MULTI_TIER_JIT_BUILD_OPTIONS,
240238 ]
241239 os : [macos-15, macos-15-intel]
242240 include :
@@ -247,12 +245,6 @@ jobs:
247245 # classic interp doesn't support SIMD
248246 - make_options : $CLASSIC_INTERP_BUILD_OPTIONS
249247 extra_options : " -DWAMR_BUILD_SIMD=0"
250- # fast jit doesn't support Multi-module and SIMD
251- - make_options : $FAST_JIT_BUILD_OPTIONS
252- extra_options : " -DWAMR_BUILD_SIMD=0 -DWAMR_BUILD_MULTI_MODULE=0"
253- # multi-tier jit doesn't support Multi-module and SIMD
254- - make_options : $MULTI_TIER_JIT_BUILD_OPTIONS
255- extra_options : " -DWAMR_BUILD_SIMD=0 -DWAMR_BUILD_MULTI_MODULE=0"
256248 # LLVM JIT doesn't support Multi-module
257249 - make_options : $LLVM_LAZY_JIT_BUILD_OPTIONS
258250 extra_options : " -DWAMR_BUILD_MULTI_MODULE=0"
You can’t perform that action at this time.
0 commit comments