Skip to content

Commit

Permalink
try debug mode
Browse files Browse the repository at this point in the history
Not sure why symbol lookup is failing
  • Loading branch information
eightbitraptor committed Sep 26, 2024
1 parent 0fd60a4 commit e8a8f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ jobs:
- name: Build MMTK Ruby lib
run: >-
cd ../src/gc/mmtk &&
cargo build --release
cargo build
if: $${{ matrix.shared_gc && matrix.gc_name == 'mmtk' }}

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

0 comments on commit e8a8f8e

Please sign in to comment.