@@ -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