summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-07-05 20:44:04 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-07-05 23:13:40 +0900
commitdd7c590f8a4dafbc0d659d07645aea59586b0f70 (patch)
treec3d253cb001fda7250cd01a6d0705bffd207a04c /.github
parent00f9231534d9a9c19d68857f62343b5af28036f9 (diff)
disable yjit when for non-flonum
YJIT does not interface with this flag.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8028
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index bb40a665c2..e4584594ea 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -168,7 +168,7 @@ jobs:
# - { name: VM_CHECK_MODE, env: { cppflags: '-DVM_CHECK_MODE' } }
# - { name: USE_EMBED_CI=0, env: { cppflags: '-DUSE_EMBED_CI=0' } }
- - { name: USE_FLONUM=0, env: { cppflags: '-DUSE_FLONUM=0' } }
+ - { name: USE_FLONUM=0, env: { cppflags: '-DUSE_FLONUM=0', append_configure: '--disable-yjit' } }
# - { name: USE_GC_MALLOC_OBJ_INFO_DETAILS, env: { cppflags: '-DUSE_GC_MALLOC_OBJ_INFO_DETAILS' } }
# - { name: USE_LAZY_LOAD, env: { cppflags: '-DUSE_LAZY_LOAD' } }
# - { name: USE_SYMBOL_GC=0, env: { cppflags: '-DUSE_SYMBOL_GC=0' } }