mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
[wasm] Enable more ext libraries on CI as much as possible
This commit is contained in:
parent
37585fd62a
commit
9aee12cc28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
|||
../src/configure \
|
||||
--host wasm32-unknown-wasi \
|
||||
--with-static-linked-ext \
|
||||
--with-ext=bigdecimal,ripper,monitor,stringio,pathname \
|
||||
--with-ext=bigdecimal,cgi/escape,continuation,coverage,date,dbm,digest/bubblebabble,digest,digest/md5,digest/rmd160,digest/sha1,digest/sha2,etc,fcntl,fiber,gdbm,json,json/generator,json/parser,nkf,objspace,pathname,racc/cparse,rbconfig/sizeof,ripper,stringio,strscan,monitor \
|
||||
LDFLAGS=" \
|
||||
-Xlinker --stack-first \
|
||||
-Xlinker -z -Xlinker stack-size=16777216 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue