⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (354 Bytes)
Bug #13730
» test.sh
Repro script -
mistydemeo (Misty De Meo)
, 07/07/2017 09:53 PM
#!/bin/sh
set
-euo
pipefail
set
-x
export
CFLAGS
=
"-O0"
autoreconf
./configure
--prefix
=
/tmp/static-ruby
--enable-load-relative
--with-static-linked-ext
--disable-dln
--with-out-ext
=
tk,sdbm,gdbm,dbm,dl,coverage,fiddle
--disable-install-doc
--disable-install-rdoc
--disable-dtrace
make clean
make
make
install
/tmp/static-ruby/bin/ruby
-rdate
-e
'exit'
« Previous
1
2
Next »
(2-2/2)
Loading...