summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-13 21:41:28 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-13 21:49:38 -0700
commit278b639b7794f7c5a5287dded119d5bc02ec73d2 (patch)
treebf1d32fbd6a1279e8bb5622d28768da6362f5744 /.github
parent5868a7843aa3e593e6598d9d25b5f014125da5a0 (diff)
downloadruby-278b639b7794f7c5a5287dded119d5bc02ec73d2.tar.gz
Disable RJIT_FORCE_ENABLE CI for now
Somehow btest-ruby is running miniruby. Not sure why. https://github.com/ruby/ruby/actions/runs/4412043427/jobs/7731124729#step:16:402 For RJIT's experimental purposes, having just one CI is enough. I'd like to focus on keeping .github/workflows/rjit.yml green.
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 36526bf499..8922e342b8 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -200,7 +200,7 @@ jobs:
- { name: enable-yjit, env: { append_configure: '--enable-yjit --disable-rjit' }, rust: true }
- { name: enable-rjit, env: { append_configure: '--enable-rjit --disable-yjit' } }
- { name: YJIT_FORCE_ENABLE, env: { cppflags: '-DYJIT_FORCE_ENABLE' }, rust: true }
- - { name: RJIT_FORCE_ENABLE, env: { cppflags: '-DRJIT_FORCE_ENABLE' } }
+# - { name: RJIT_FORCE_ENABLE, env: { cppflags: '-DRJIT_FORCE_ENABLE' } }
name: ${{ matrix.entry.name }}
runs-on: ubuntu-latest