[packages/ruby] disable zjit on x32

atler atler at pld-linux.org
Tue Apr 28 01:30:06 CEST 2026


commit 03619260cb3aff6339fdca0bb1e19a263e04cfd1
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Apr 28 01:06:16 2026 +0200

    disable zjit on x32

 ruby.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/ruby.spec b/ruby.spec
index f5aaffe..1ebabca 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -742,9 +742,11 @@ cp -f /usr/share/automake/config.sub .
         --enable-mkmf-verbose \
 %ifarch %{x8664} aarch64
         --enable-yjit \
+        --enable-zjit \
 %endif
 %ifarch x32
 	--disable-yjit \
+	--disable-zjit \
 	--with-coroutine=ucontext \
 %endif
 	--enable-multiarch \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby.git/commitdiff/d2c6f4a8fbca367c3856fb5c857036f21b3c83b3



More information about the pld-cvs-commit mailing list