Opened 2 years ago
Closed 2 years ago
#17614 closed enhancement (fixed)
ruby-3.2.1
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (5)
comment:1 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 2 years ago
It looks like Ruby uses rustc:
checking for _setjmp as a macro or function... yes checking for sigsetjmp as a macro or function... no checking for setjmp type... __builtin_setjmp\((void **)\) checking for rustc... rustc checking whether rustc works for YJIT... yes
... and later on in the log:
RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C opt-level=3 -C overflow-checks=on '--out-dir=/sources/ruby-3.2.1/ruby-3.2.1/yjit/target /release/' ./yjit/src/lib.rs
Setting my PATH to /bin (so that it doesn't pull rustc) shows:
checking for setjmp type... __builtin_setjmp checking for rustc... no checking for prefix of external symbols... NONE
I'll add it as optional
comment:4 by , 2 years ago
Fixed at 33c11ec182041e698c8d53158c6695f667782817
Added --without-valgrind to work around test suite problems temporarily.
comment:5 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.