aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYuta Saito <kateinoigakukun@gmail.com>2022-04-16 16:17:26 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-26 12:20:27 +0900
commitad06addbfe7e5c22b8cb75ebb85fffbeeda4a71c (patch)
treedb248c45a775da687cac09e0371cba6914955d04 /.github
parent41ba23ef8d44d3abfab24e4cad9b25f41691eb21 (diff)
downloadruby-ad06addbfe7e5c22b8cb75ebb85fffbeeda4a71c.tar.gz
[wasm] Check exts build working on ci
This is a preparation for enabling spec test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wasm.yml1
1 files changed, 1 insertions, 0 deletions
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 \