summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-02-11 16:47:40 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2025-04-18 21:52:58 +0900
commitdaced753a5c4eedcb121042f2cd5f7ec5f5aa0cd (patch)
tree98c15b82544591681ed2226ae99c082d4f002cd5
parentfa9713d59c8f492321c620045e83833859674ebe (diff)
Fix YJIT references in comments
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13131
-rw-r--r--.github/workflows/zjit-macos.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml
index 9da805e409..10a4952204 100644
--- a/.github/workflows/zjit-macos.yml
+++ b/.github/workflows/zjit-macos.yml
@@ -32,11 +32,11 @@ jobs:
- test_task: 'zjit-test'
configure: '--enable-zjit=dev --disable-yjit'
# Test without ZJIT for now
- #yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc'
+ #zjit_opts: '--zjit-call-threshold=1'
env:
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
- RUN_OPTS: ${{ matrix.yjit_opts }}
+ RUN_OPTS: ${{ matrix.zjit_opts }}
SPECOPTS: ${{ matrix.specopts }}
runs-on: macos-14
@@ -97,7 +97,7 @@ jobs:
- uses: ./.github/actions/slack
with:
- label: ${{ matrix.test_task }} ${{ matrix.configure }} ${{ matrix.yjit_opts }}
+ label: ${{ matrix.test_task }} ${{ matrix.configure }} ${{ matrix.zjit_opts }}
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
if: ${{ failure() }}