diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-09-27 13:25:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-09-27 14:39:59 +0900 |
commit | a896c4cc532b9192732af02ac5cb84d3b5e7f82d (patch) | |
tree | 2018aff8d2d3392c6919cc88c1ff1b2042f5aebc | |
parent | b63f3c9d9edef09c0b6ad821dadc03cd94b1b978 (diff) |
RGENGC_FORCE_MAJOR_GC is disabled same as current HEAD
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11217
-rw-r--r-- | .github/workflows/compilers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 4b7db40d9c..dfd92b07c3 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -327,7 +327,7 @@ jobs: - { uses: './.github/actions/compilers', name: 'GC_PROFILE_MORE_DETAIL', with: { cppflags: '-DGC_PROFILE_MORE_DETAIL' } } - { uses: './.github/actions/compilers', name: 'MALLOC_ALLOCATED_SIZE_CHECK', with: { cppflags: '-DMALLOC_ALLOCATED_SIZE_CHECK' } } - { uses: './.github/actions/compilers', name: 'RGENGC_ESTIMATE_OLDMALLOC', with: { cppflags: '-DRGENGC_ESTIMATE_OLDMALLOC' } } - - { uses: './.github/actions/compilers', name: 'RGENGC_FORCE_MAJOR_GC', with: { cppflags: '-DRGENGC_FORCE_MAJOR_GC' } } + # - { uses: './.github/actions/compilers', name: 'RGENGC_FORCE_MAJOR_GC', with: { cppflags: '-DRGENGC_FORCE_MAJOR_GC' } } - { uses: './.github/actions/compilers', name: 'RGENGC_OBJ_INFO', with: { cppflags: '-DRGENGC_OBJ_INFO' } } - { uses: './.github/actions/compilers', name: 'RGENGC_PROFILE', with: { cppflags: '-DRGENGC_PROFILE' } } - { uses: './.github/actions/compilers', name: 'VM_DEBUG_BP_CHECK', with: { cppflags: '-DVM_DEBUG_BP_CHECK' } } |