summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ubuntu.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 221b2629fa..38c9e69745 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -33,9 +33,6 @@ jobs:
configure: '--disable-yjit'
- test_task: check
configure: '--enable-shared --enable-load-relative'
- - test_task: check
- modular_gc: true
- configure: '--with-modular-gc=/home/runner/ruby_gc'
- test_task: test-bundler-parallel
timeout: 50
- test_task: test-bundled-gems
@@ -99,13 +96,6 @@ jobs:
- run: $SETARCH make
- - name: Build modular GC
- run: |
- echo "RUBY_GC_LIBRARY=default" >> $GITHUB_ENV
- make modular-gc MODULAR_GC=default
- make distclean-modular-gc MODULAR_GC=default
- if: ${{ matrix.modular_gc }}
-
- run: |
$SETARCH make golf
case "${{ matrix.configure }}" in