зеркало из https://github.com/github/ruby.git
Extension in gems cannot be statically linked
A gem is meant to be added later, so an extension within it cannot be statically linked.
This commit is contained in:
Родитель
af88ca4c07
Коммит
2c4170ea21
|
@ -120,7 +120,7 @@ jobs:
|
||||||
--host wasm32-unknown-wasi \
|
--host wasm32-unknown-wasi \
|
||||||
--with-baseruby=$PWD/../baseruby/install/bin/ruby \
|
--with-baseruby=$PWD/../baseruby/install/bin/ruby \
|
||||||
--with-static-linked-ext \
|
--with-static-linked-ext \
|
||||||
--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 \
|
--with-ext=cgi/escape,continuation,coverage,date,digest/bubblebabble,digest,digest/md5,digest/rmd160,digest/sha1,digest/sha2,etc,fcntl,json,json/generator,json/parser,objspace,pathname,rbconfig/sizeof,ripper,stringio,strscan,monitor \
|
||||||
LDFLAGS=" \
|
LDFLAGS=" \
|
||||||
-Xlinker --stack-first \
|
-Xlinker --stack-first \
|
||||||
-Xlinker -z -Xlinker stack-size=16777216 \
|
-Xlinker -z -Xlinker stack-size=16777216 \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче