File tree Expand file tree Collapse file tree
product-mini/platforms/linux-sgx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,13 @@ jobs:
114114 # MINI_LOADER only on INTERP mode
115115 - make_options_run_mode : $AOT_BUILD_OPTIONS
116116 make_options_feature : " -DWAMR_BUILD_MINI_LOADER=1"
117+ # FAST_JIT doesn't support MULTI_MODULE
118+ - make_options_run_mode : $FAST_JIT_BUILD_OPTIONS
119+ make_options_feature : " -DWAMR_BUILD_MULTI_MODULE=1"
120+ include :
121+ # classic interp mode doesn't support SIMD
122+ - make_options_run_mode : $CLASSIC_INTERP_BUILD_OPTIONS
123+ make_options_feature : " -DWAMR_BUILD_SIMD=0"
117124 steps :
118125 - name : checkout
119126 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if (NOT DEFINED WAMR_BUILD_FAST_INTERP)
7070endif ()
7171
7272if (NOT DEFINED WAMR_BUILD_MULTI_MODULE)
73- # Enable multiple modules
73+ # Disable multiple modules
7474 set (WAMR_BUILD_MULTI_MODULE 0)
7575endif ()
7676
You can’t perform that action at this time.
0 commit comments