Skip to content

Commit 1d00c11

Browse files
authored
ZJIT: Clarify --zjit-disable-hir-opt job names (ruby#14632)
1 parent 98de251 commit 1d00c11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
test_all_opts: '--seed=46450'
4040

4141
- test_task: 'check'
42-
run_opts: '--zjit-call-threshold=1 --zjit-disable-hir-opt'
43-
specopts: '-T --zjit-call-threshold=1 -T --zjit-disable-hir-opt'
42+
run_opts: '--zjit-disable-hir-opt --zjit-call-threshold=1'
43+
specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1'
4444
configure: '--enable-zjit=dev'
4545
test_all_opts: '--seed=46450'
4646

.github/workflows/zjit-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
test_all_opts: '--seed=39471'
5959

6060
- test_task: 'check'
61-
run_opts: '--zjit-call-threshold=1 --zjit-disable-hir-opt'
62-
specopts: '-T --zjit-call-threshold=1 -T --zjit-disable-hir-opt'
61+
run_opts: '--zjit-disable-hir-opt --zjit-call-threshold=1'
62+
specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1'
6363
configure: '--enable-zjit=dev'
6464
test_all_opts: '--seed=39471'
6565

0 commit comments

Comments
 (0)