mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/ruby: disable zjit for all builds
The zjit option introduces a rust dependency and due to that not
being handled appropriately it can cause build failures if this
feature gets incorrectly autodetected as being available.
This feature was introduced when ruby was bumped to version 4.0.0
in f594f86f9d.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
64083817de
commit
346d6667fe
@@ -26,10 +26,12 @@ RUBY_CONF_OPTS = \
|
||||
--disable-install-doc \
|
||||
--disable-rpath \
|
||||
--disable-rubygems \
|
||||
--disable-yjit
|
||||
--disable-yjit \
|
||||
--disable-zjit
|
||||
HOST_RUBY_CONF_OPTS = \
|
||||
--disable-install-doc \
|
||||
--disable-yjit \
|
||||
--disable-zjit \
|
||||
--with-out-ext=curses,readline \
|
||||
--without-gmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user