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.
This commit is contained in:
Peter Zhu 2024-10-15 10:26:58 -04:00
parent 2bf9c82f1b
commit c6c1e111b1
Notes: git 2024-10-16 12:53:26 +00:00

View File

@ -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