From 7caf2ffe00ed7ac195058f4ff07056a287ca0f8d Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Fri, 29 Nov 2024 15:02:47 +0000 Subject: [PATCH] Remove the GC build check in Ubuntu.yml --- .github/workflows/ubuntu.yml | 10 ---------- 1 file changed, 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