0.10.0 #502
postmodern
announced in
Announcements
0.10.0
#502
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ruby-install
will exit with an error before attempting to build the Ruby.wget
andcurl
.--src-dir
,--install-dir
, and--rubies-dir
options.ruby
Run
make
with-j
option with the number of CPU cores by default.Omit the
gdbm
dependency for ruby versions >= 3.1.0.Add
libjemalloc
as a dependency if the--with-jemalloc
configuration option is given:Add
rust
/rustc
as a dependency if the--enable-yjit
configuration option is given and therustc
command is not already installed. This will fully build and enable YJIT support:jruby
apt
-default-jre
dnf
-java-latest-openjdk
yum
-java-latest-openjdk
pacman
-jre21-openjdk
zypper
-java-21-openjdk
xbps
-openjdk-jre
brew
-openjdk
port
-openjdk21
pkg
-openjdk21-jre
java
command is not alreadyinstalled.
mruby
make
with-j
option with the number of CPU cores by default.This discussion was created from the release 0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions