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:
parent
2bf9c82f1b
commit
c6c1e111b1
Notes:
git
2024-10-16 12:53:26 +00:00
8
.github/actions/compilers/entrypoint.sh
vendored
8
.github/actions/compilers/entrypoint.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user