From ad06addbfe7e5c22b8cb75ebb85fffbeeda4a71c Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sat, 16 Apr 2022 16:17:26 +0000 Subject: [PATCH] [wasm] Check exts build working on ci This is a preparation for enabling spec test --- .github/workflows/wasm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 956a00840d..9f8f292b8b 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -107,6 +107,7 @@ jobs: ../src/configure \ --host wasm32-unknown-wasi \ --with-static-linked-ext \ + --with-ext=bigdecimal,ripper,monitor,stringio,pathname \ LDFLAGS=" \ -Xlinker --stack-first \ -Xlinker -z -Xlinker stack-size=16777216 \