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:
James Hilliard
2026-02-17 18:54:27 -07:00
committed by Peter Korsgaard
parent 64083817de
commit 346d6667fe

View File

@@ -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