Project

General

Profile

Actions

Bug #15391

closed

JIT does not respect configuration options

Added by vo.x (Vit Ondruch) over 5 years ago. Updated over 5 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.6.0dev (2018-12-06 trunk 66252) [x86_64-linux]
[ruby-core:90365]

Description

JIT does not respect configuration options, mainly the header location options --with-rubyhdrdir, --with-rubyarchhdrdir, but it also ignores --with-ruby-version if I am not mistaken.

So far I came up with the patch attached. But while it seems it places the headers on reasonable places, there are 80+ JIT test cases failed, because it obviously tries to locate the file on a place (e.g. absolute path) specified by configuration, but such place is not available during a build.


Files

Actions

Also available in: Atom PDF

Like0
Like0Like0