Skip to content

Commit

Permalink
configure the build env for the shared gc
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 25, 2024
1 parent fec7b1c commit 3b675f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,13 @@ jobs:

- name: Build shared GC (${{ matrix.gc_name }})
run: >
echo "RUBY_GC_LIBRARY=librubygc.${{ matrix.gc_name }}.so" >> $GITHUB_ENV &&
mkdir ${{ matrix.shared_gc_dir }} &&
make shared-gc SHARED_GC=${{ matrix.gc_name }}
if: ${{ matrix.shared_gc }}
env:
RUBY_GC_LIBRARY: 'librubygc.${{ matrix.gc_name }}.so'
SHARED_GC: ${{ matrix.gc_name }}
MMTK_BUILD: 'release'

- run: $SETARCH make

Expand Down

0 comments on commit 3b675f2

Please sign in to comment.