Skip to content

Commit bfc1af8

Browse files
committed
build yjit
1 parent 0602bbf commit bfc1af8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Build-Depends: bison,
2222
procps <!nocheck>,
2323
ruby3.2:native <cross>,
2424
rubygems-integration (>= 1.6) <!nocheck>,
25+
rustc,
2526
systemtap-sdt-dev [linux-any],
2627
tzdata,
2728
zlib1g-dev

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ endif
5555
configure_options += --enable-ipv6
5656
configure_options += --with-dbm-type=gdbm_compat
5757

58+
# TODO only aarch64 and amd64
59+
configure_options += --enable-yjit
60+
5861
# do not compress debug sections for arch-dep Ruby packages with dh_compat 12
5962
configure_options += --with-compress-debug-sections=no
6063

0 commit comments

Comments
 (0)