mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
CI: Remove "combo build tests" in Compilations [ci skip]
These tests are run in the dedicated workflows for JITs.
This commit is contained in:
parent
6d2f93f170
commit
e19bb99347
3
.github/workflows/compilers.yml
vendored
3
.github/workflows/compilers.yml
vendored
@ -296,9 +296,6 @@ jobs:
|
||||
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
|
||||
- { uses: './.github/actions/compilers', name: 'VM_DEBUG_BP_CHECK', with: { cppflags: '-DVM_DEBUG_BP_CHECK' } }
|
||||
- { uses: './.github/actions/compilers', name: 'VM_DEBUG_VERIFY_METHOD_CACHE', with: { cppflags: '-DVM_DEBUG_VERIFY_METHOD_CACHE' } }
|
||||
- { uses: './.github/actions/compilers', name: 'enable-yjit', with: { append_configure: '--enable-yjit' } }
|
||||
- { uses: './.github/actions/compilers', name: 'enable-{y,z}jit', with: { append_configure: '--enable-yjit --enable-zjit' } }
|
||||
- { uses: './.github/actions/compilers', name: 'enable-{y,z}jit=dev', with: { append_configure: '--enable-yjit=dev --enable-zjit' } }
|
||||
- { uses: './.github/actions/compilers', name: 'YJIT_FORCE_ENABLE', with: { cppflags: '-DYJIT_FORCE_ENABLE' } }
|
||||
- { uses: './.github/actions/compilers', name: 'UNIVERSAL_PARSER', with: { cppflags: '-DUNIVERSAL_PARSER' } }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user