From 639971a0800a4ca1afe9c741e42c0fbd94aa0879 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 20 Sep 2023 10:14:55 -0700 Subject: --disable-jit-support no longer exists --- .github/workflows/compilers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index b55d60a6e4..ee2dfc2310 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -144,7 +144,7 @@ jobs: - { name: valgrind, env: { append_configure: '--with-valgrind' } } - { name: 'coroutine=ucontext', env: { append_configure: '--with-coroutine=ucontext' } } - { name: 'coroutine=pthread', env: { append_configure: '--with-coroutine=pthread' } } - - { name: disable-jit-support, env: { append_configure: '--disable-jit-support' } } + - { name: disable-jit, env: { append_configure: '--disable-yjit --disable-rjit' } } - { name: disable-dln, env: { append_configure: '--disable-dln' } } - { name: enable-mkmf-verbose, env: { append_configure: '--enable-mkmf-verbose' } } - { name: disable-rubygems, env: { append_configure: '--disable-rubygems' } } -- cgit v1.2.3