From c6c1e111b1d917103652c400fada09313457dc73 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 15 Oct 2024 10:26:58 -0400 Subject: [PATCH] Remove unused shared GC configuration in GitHub Actions Shared GC CI is no longer running in the compilers workflow, so we can remove it from .github/actions/compilers/entrypoint.sh. --- .github/actions/compilers/entrypoint.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/actions/compilers/entrypoint.sh b/.github/actions/compilers/entrypoint.sh index 198ac0e174..a83d90be91 100755 --- a/.github/actions/compilers/entrypoint.sh +++ b/.github/actions/compilers/entrypoint.sh @@ -70,14 +70,6 @@ fi pushd ${builddir} -case "${INPUT_APPEND_CONFIGURE}" in -*--with-shared-gc*) - export RUBY_GC_LIBRARY='librubygc.default.so' - mkdir -p /home/runner/shared-gc - grouped make shared-gc SHARED_GC=default - ;; -esac - grouped make showflags grouped make all grouped make test