Skip to content

Commit 7f4ae7d

Browse files
committed
fix: remove unsupported build options for macOS workflows
1 parent dd905d0 commit 7f4ae7d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/compilation_on_macos.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)