|
|
@@ -156,6 +156,7 @@ jobs:
|
|
|
"-DWAMR_DISABLE_HW_BOUND_CHECK=1",
|
|
|
"-DWAMR_BUILD_MEMORY64=1",
|
|
|
"-DWAMR_BUILD_MULTI_MEMORY=1",
|
|
|
+ "-DWAMR_BUILD_SHARED=1",
|
|
|
]
|
|
|
os: [ubuntu-22.04]
|
|
|
platform: [android, linux]
|
|
|
@@ -253,6 +254,9 @@ jobs:
|
|
|
platform: android
|
|
|
- make_options_run_mode: $LLVM_EAGER_JIT_BUILD_OPTIONS
|
|
|
platform: android
|
|
|
+ # android does not support WAMR_BUILD_SHARED in its CMakeLists.txt.
|
|
|
+ - make_options_feature: "-DWAMR_BUILD_SHARED=1"
|
|
|
+ platform: android
|
|
|
include:
|
|
|
- os: ubuntu-22.04
|
|
|
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu_2204.outputs.cache_key }}
|