diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-09-15 17:11:41 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-09-15 17:11:41 +0900 |
| commit | e19bb99347cc45b27831b73736b0c3baf250e5e6 (patch) | |
| tree | b9db6a1c0bb56d6e2475dc566d5b41def313cd44 | |
| parent | 6d2f93f17022bb89ffed7c8f12ad6a8ef048e2b2 (diff) | |
CI: Remove "combo build tests" in Compilations [ci skip]
These tests are run in the dedicated workflows for JITs.
| -rw-r--r-- | .github/workflows/compilers.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 3bb8220d82..c53be6f410 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -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' } } |
