Skip to content

Commit 3592577

Browse files
committed
.gitlab-ci.d: build wasm backend in CI
This commit adds the build tests for the wasm backend. Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
1 parent eac7bfb commit 3592577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.d/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ build-wasm64-64bit:
803803
job: wasm64-64bit-emsdk-cross-container
804804
variables:
805805
IMAGE: emsdk-wasm64-64bit-cross
806-
CONFIGURE_ARGS: --static --cpu=wasm64 --disable-tools --enable-debug --enable-tcg-interpreter
806+
CONFIGURE_ARGS: --static --cpu=wasm64 --disable-tools --enable-debug
807807

808808
build-wasm64-32bit:
809809
extends: .wasm_build_job_template
@@ -812,4 +812,4 @@ build-wasm64-32bit:
812812
job: wasm64-32bit-emsdk-cross-container
813813
variables:
814814
IMAGE: emsdk-wasm64-32bit-cross
815-
CONFIGURE_ARGS: --static --cpu=wasm64 --enable-wasm64-32bit-address-limit --disable-tools --enable-debug --enable-tcg-interpreter
815+
CONFIGURE_ARGS: --static --cpu=wasm64 --enable-wasm64-32bit-address-limit --disable-tools --enable-debug

0 commit comments

Comments
 (0)