Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 26, 2024
1 parent 3b675f2 commit 6ce094d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,11 @@ jobs:
- name: Build shared GC (${{ matrix.gc_name }})
run: >
mkdir ${{ matrix.shared_gc_dir }} &&
make shared-gc SHARED_GC=${{ matrix.gc_name }}
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=release
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 6ce094d

Please sign in to comment.