Skip to content

Commit d7b944c

Browse files
committed
Run only make check jobs
1 parent 529cf2f commit d7b944c

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/zjit-macos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1'
3333
configure: '--enable-zjit=dev'
3434

35-
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
36-
configure: '--enable-yjit=dev --enable-zjit'
37-
rust_version: "1.85.0"
35+
#- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
36+
# configure: '--enable-yjit=dev --enable-zjit'
37+
# rust_version: "1.85.0"
3838

39-
- test_task: 'ruby'
40-
hint: 'combo build test'
41-
configure: '--enable-yjit --enable-zjit'
39+
#- test_task: 'ruby'
40+
# hint: 'combo build test'
41+
# configure: '--enable-yjit --enable-zjit'
4242

4343
env:
4444
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}

.github/workflows/zjit-ubuntu.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ jobs:
4747

4848
# The optimizer benefits from at least 1 iteration of profiling. Also, many
4949
# regression tests in bootstraptest/test_yjit.rb assume call-threshold=2.
50-
- test_task: 'btest'
51-
run_opts: '--zjit-call-threshold=2'
52-
configure: '--enable-zjit=dev'
53-
54-
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
55-
configure: '--enable-yjit --enable-zjit=dev'
56-
rust_version: '1.85.0'
57-
58-
- test_task: 'zjit-bindgen'
59-
hint: 'To fix: use patch in logs'
60-
# Build with YJIT+ZJIT for output that works in the most number of configurations
61-
configure: '--enable-zjit=dev --enable-yjit --with-gcc=clang-16'
62-
clang_path: '/usr/bin/clang-16'
63-
runs-on: 'ubuntu-24.04' # for clang-16
64-
65-
- test_task: 'test-bundled-gems'
66-
configure: '--enable-zjit=dev'
67-
run_opts: '--zjit-call-threshold=1'
50+
#- test_task: 'btest'
51+
# run_opts: '--zjit-call-threshold=2'
52+
# configure: '--enable-zjit=dev'
53+
54+
#- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
55+
# configure: '--enable-yjit --enable-zjit=dev'
56+
# rust_version: '1.85.0'
57+
58+
#- test_task: 'zjit-bindgen'
59+
# hint: 'To fix: use patch in logs'
60+
# # Build with YJIT+ZJIT for output that works in the most number of configurations
61+
# configure: '--enable-zjit=dev --enable-yjit --with-gcc=clang-16'
62+
# clang_path: '/usr/bin/clang-16'
63+
# runs-on: 'ubuntu-24.04' # for clang-16
64+
65+
#- test_task: 'test-bundled-gems'
66+
# configure: '--enable-zjit=dev'
67+
# run_opts: '--zjit-call-threshold=1'
6868

6969
env:
7070
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}

0 commit comments

Comments
 (0)