Skip to content

Commit d1c845e

Browse files
committed
ZJIT: Also run CI without HIR optimizer
Fixes Shopify#758
1 parent 451fe6a commit d1c845e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
specopts: '-T --zjit-call-threshold=1'
3939
test_all_opts: '--seed=46450'
4040

41+
- test_task: 'check'
42+
configure: '--enable-zjit=dev'
43+
run_opts: '--zjit-call-threshold=1 --zjit-disable-hir-opt'
44+
specopts: '-T --zjit-call-threshold=1 -T --zjit-disable-hir-opt'
45+
test_all_opts: '--seed=46450'
46+
4147
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
4248
configure: '--enable-yjit=dev --enable-zjit'
4349
rust_version: "1.85.0"

.github/workflows/zjit-ubuntu.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
specopts: '-T --zjit-call-threshold=1'
5858
test_all_opts: '--seed=39471'
5959

60+
- test_task: 'check'
61+
configure: '--enable-zjit=dev'
62+
run_opts: '--zjit-call-threshold=1 --zjit-disable-hir-opt'
63+
specopts: '-T --zjit-call-threshold=1 -T --zjit-disable-hir-opt'
64+
test_all_opts: '--seed=39471'
65+
6066
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
6167
configure: '--enable-yjit --enable-zjit=dev'
6268
rust_version: '1.85.0'

0 commit comments

Comments
 (0)