Use absolute path for shared_gc_dir
This commit is contained in:
parent
133fec4ce9
commit
623eecce99
4
.github/workflows/compilers.yml
vendored
4
.github/workflows/compilers.yml
vendored
@ -211,9 +211,9 @@ jobs:
|
|||||||
- { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } }
|
- { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } }
|
||||||
- name: SHARED_GC
|
- name: SHARED_GC
|
||||||
shared_gc: true
|
shared_gc: true
|
||||||
shared_gc_dir: '../gc'
|
shared_gc_dir: '/ruby_gc'
|
||||||
env:
|
env:
|
||||||
append_configure: '--with-shared-gc=../gc'
|
append_configure: '--with-shared-gc=/ruby_gc'
|
||||||
|
|
||||||
name: ${{ matrix.entry.name }}
|
name: ${{ matrix.entry.name }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user