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 f9a2d4de74..f7843e6e5a 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -792,7 +792,7 @@ build-wasm64-64bit:
- job: wasm64-emsdk-cross-container
variables:
IMAGE: emsdk-wasm64-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
@@ -801,4 +801,4 @@ build-wasm64-32bit:
- job: wasm64-emsdk-cross-container
variables:
IMAGE: emsdk-wasm64-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