diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-09-20 10:14:55 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-09-20 10:14:56 -0700 |
| commit | 639971a0800a4ca1afe9c741e42c0fbd94aa0879 (patch) | |
| tree | e17e1f0e0f7350f8e1e0642476b1f318e70d58dc /.github | |
| parent | 4c2fc88b2114045f496a0cd2743b7984d113e274 (diff) | |
--disable-jit-support no longer exists
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/compilers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' } } |
