File tree Expand file tree Collapse file tree 4 files changed +191
-191
lines changed Expand file tree Collapse file tree 4 files changed +191
-191
lines changed Original file line number Diff line number Diff line change @@ -211,9 +211,9 @@ jobs:
211
211
- { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } }
212
212
- name : SHARED_GC
213
213
shared_gc : true
214
- shared_gc_dir : ' ../gc '
214
+ shared_gc_dir : ' $HOME/ruby_gc '
215
215
env :
216
- append_configure : ' --with-shared-gc=../gc '
216
+ append_configure : ' --with-shared-gc=$HOME/ruby_gc '
217
217
218
218
name : ${{ matrix.entry.name }}
219
219
@@ -263,9 +263,9 @@ jobs:
263
263
264
264
- name : Build shared GC
265
265
run : >
266
- echo "RUBY_GC_LIBRARY=librubygc.gc_impl .so" >> $GITHUB_ENV &&
266
+ echo "RUBY_GC_LIBRARY=librubygc.default .so" >> $GITHUB_ENV &&
267
267
mkdir ${{ matrix.entry.shared_gc_dir }} &&
268
- make shared-gc SHARED_GC=gc_impl
268
+ make shared-gc SHARED_GC=default
269
269
if : ${{ matrix.entry.shared_gc }}
270
270
271
271
- name : Add to ext/Setup
You can’t perform that action at this time.
0 commit comments