Skip to content

Commit 2233ff4

Browse files
committed
enable CI
1 parent 8f08062 commit 2233ff4

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ env:
6969
GC_TEST_OPTIONS: "-s spec -G -b -P"
7070
MEMORY64_TEST_OPTIONS: "-s spec -W -b -P"
7171
MULTI_MEMORY_TEST_OPTIONS: "-s spec -E -b -P"
72+
EXTENDED_CONST_EXPR_TEST_OPTIONS: "-s spec -N -b -P"
7273

7374
permissions:
7475
contents: read
@@ -164,6 +165,7 @@ jobs:
164165
"-DWAMR_BUILD_MEMORY64=1",
165166
"-DWAMR_BUILD_MULTI_MEMORY=1",
166167
"-DWAMR_BUILD_SHARED=1",
168+
"-DWAMR_BUILD_EXTENDED_CONST_EXPR=1",
167169
]
168170
os: [ubuntu-22.04]
169171
platform: [android, linux]
@@ -609,6 +611,7 @@ jobs:
609611
$GC_TEST_OPTIONS,
610612
$MEMORY64_TEST_OPTIONS,
611613
$MULTI_MEMORY_TEST_OPTIONS,
614+
$EXTENDED_CONST_EXPR_TEST_OPTIONS,
612615
]
613616
include:
614617
- os: ubuntu-22.04

.github/workflows/compilation_on_macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
"-DWAMR_BUILD_SIMD=1",
143143
"-DWAMR_BUILD_TAIL_CALL=1",
144144
"-DWAMR_DISABLE_HW_BOUND_CHECK=1",
145+
"-DWAMR_BUILD_EXTENDED_CONST_EXPR=1",
145146
]
146147
os: [macos-13]
147148
platform: [darwin]

.github/workflows/compilation_on_sgx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
"-DWAMR_BUILD_MULTI_MODULE=1",
101101
"-DWAMR_BUILD_PERF_PROFILING=1",
102102
"-DWAMR_BUILD_REF_TYPES=1",
103+
"-DWAMR_BUILD_EXTENDED_CONST_EXPR=1",
103104
# doesn't support
104105
"-DWAMR_BUILD_SIMD=0",
105106
"-DWAMR_BUILD_TAIL_CALL=1",

.github/workflows/nightly_run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ env:
4040
DEFAULT_TEST_OPTIONS: "-s spec -P"
4141
MULTI_MODULES_TEST_OPTIONS: "-s spec -M -P"
4242
SIMD_TEST_OPTIONS: "-s spec -S -P"
43+
EXTENDED_CONST_EXPR_TEST_OPTIONS: "-s spec -N -P"
4344
THREADS_TEST_OPTIONS: "-s spec -p -P"
4445
X86_32_TARGET_TEST_OPTIONS: "-m x86_32 -P"
4546
WASI_TEST_OPTIONS: "-s wasi_certification -w"
@@ -129,6 +130,7 @@ jobs:
129130
"-DWAMR_BUILD_MEMORY64=1",
130131
"-DWAMR_BUILD_MULTI_MEMORY=1",
131132
"-DWAMR_BUILD_SHARED=1",
133+
"-DWAMR_BUILD_EXTENDED_CONST_EXPR=1",
132134
]
133135
os: [ubuntu-22.04]
134136
platform: [android, linux]
@@ -589,6 +591,7 @@ jobs:
589591
$DEFAULT_TEST_OPTIONS,
590592
$MULTI_MODULES_TEST_OPTIONS,
591593
$SIMD_TEST_OPTIONS,
594+
$EXTENDED_CONST_EXPR_TEST_OPTIONS,
592595
$THREADS_TEST_OPTIONS,
593596
$WASI_TEST_OPTIONS,
594597
]

0 commit comments

Comments
 (0)