mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop Solaris support for MJIT
I tried to debug: http://rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20220905T070005Z.fail.html.gz but I don't have sudo privilege to install dependencies such as xz on that machine. Thus I can't extract a prebuilt libclang binary. Anyway, if we find out ABI is different from x86_64 / aarch64, we'd like to have sparc CI associated to GitHub to run `make mjit-bindgen`, but we can't. Supporting this could be too hard, so I'm leaving it for now.
This commit is contained in:
parent
06eb9af8c0
commit
cb26917d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -3744,7 +3744,7 @@ AC_ARG_ENABLE(jit-support,
|
|||
AS_HELP_STRING([--disable-jit-support], [disable JIT features]),
|
||||
[MJIT_SUPPORT=$enableval],
|
||||
[AS_CASE(["$target_os"],
|
||||
[wasi | mingw*], [MJIT_SUPPORT=no],
|
||||
[wasi | mingw* | solaris*], [MJIT_SUPPORT=no],
|
||||
[MJIT_SUPPORT=yes]
|
||||
)])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue