We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702d716 commit 5d51887Copy full SHA for 5d51887
1 file changed
.github/workflows/compilation_on_android_ubuntu.yml
@@ -69,6 +69,7 @@ env:
69
GC_TEST_OPTIONS: "-s spec -G -b -P"
70
MEMORY64_TEST_OPTIONS: "-s spec -W -b -P"
71
MULTI_MEMORY_TEST_OPTIONS: "-s spec -E -b -P"
72
+ EXTENDED_CONST_EXPR_TEST_OPTIONS: "-s spec -N -b -P"
73
74
permissions:
75
contents: read
@@ -164,6 +165,7 @@ jobs:
164
165
"-DWAMR_BUILD_MEMORY64=1",
166
"-DWAMR_BUILD_MULTI_MEMORY=1",
167
"-DWAMR_BUILD_SHARED=1",
168
+ "-DWAMR_BUILD_EXTENDED_CONST_EXPR=1",
169
]
170
os: [ubuntu-22.04]
171
platform: [android, linux]
@@ -604,6 +606,7 @@ jobs:
604
606
$GC_TEST_OPTIONS,
605
607
$MEMORY64_TEST_OPTIONS,
608
$MULTI_MEMORY_TEST_OPTIONS,
609
+ $EXTENDED_CONST_EXPR_TEST_OPTIONS,
610
611
include:
612
- os: ubuntu-22.04
0 commit comments