diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2024-07-10 09:29:12 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2024-07-11 11:38:00 -0400 |
| commit | d0dfd963afbef617a4e6989935c62734c4e6e3f8 (patch) | |
| tree | 7ab3852e1529b0644d1834294707a109dad456c2 /.github | |
| parent | c698180e68a0f417415cd087efc303931af3bb3e (diff) | |
Remove SHARED_GC job from compilers.yml
It's a duplicate of the one in ubuntu.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/compilers.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index e669a001fd..9a3f2f2cd0 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -209,11 +209,6 @@ jobs: - { name: YJIT_FORCE_ENABLE, env: { cppflags: '-DYJIT_FORCE_ENABLE' } } # - { name: RJIT_FORCE_ENABLE, env: { cppflags: '-DRJIT_FORCE_ENABLE' } } - { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } } - - name: SHARED_GC - shared_gc: true - shared_gc_dir: '/ruby_gc' - env: - append_configure: '--with-shared-gc=/ruby_gc' name: ${{ matrix.entry.name }} @@ -261,13 +256,6 @@ jobs: }} --${{ matrix.entry.shared || 'enable' }}-shared - - name: Build shared GC - run: > - echo "RUBY_GC_LIBRARY=librubygc.default.so" >> $GITHUB_ENV && - mkdir ${{ matrix.entry.shared_gc_dir }} && - make shared-gc SHARED_GC=default - if: ${{ matrix.entry.shared_gc }} - - name: Add to ext/Setup id: ext-setup run: | |
