This commit adds the build tests for the wasm backend.
Signed-off-by: Kohei Tokunaga <[email protected]>
---
.gitlab-ci.d/buildtest.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index a97bb89714..16a3322277 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -803,7 +803,7 @@ build-wasm64-64bit:
job: wasm64-64bit-emsdk-cross-container
variables:
IMAGE: emsdk-wasm64-64bit-cross
- CONFIGURE_ARGS: --static --cpu=wasm64 --disable-tools --enable-debug
--enable-tcg-interpreter
+ CONFIGURE_ARGS: --static --cpu=wasm64 --disable-tools --enable-debug
build-wasm64-32bit:
extends: .wasm_build_job_template
@@ -812,4 +812,4 @@ build-wasm64-32bit:
job: wasm64-32bit-emsdk-cross-container
variables:
IMAGE: emsdk-wasm64-32bit-cross
- CONFIGURE_ARGS: --static --cpu=wasm64 --enable-wasm64-32bit-address-limit
--disable-tools --enable-debug --enable-tcg-interpreter
+ CONFIGURE_ARGS: --static --cpu=wasm64 --enable-wasm64-32bit-address-limit
--disable-tools --enable-debug
--
2.43.0