Skip to content

Commit

Permalink
LD_LIBRARY_PATH was in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 26, 2024
1 parent 59b1ace commit 3c3b3eb
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 @@ -114,8 +114,7 @@ jobs:
- name: Build shared GC (${{ matrix.gc_name }})
run: >
mkdir ${{ matrix.shared_gc_dir }} &&
LD_LIBRARY_PATH=/home/runner/work/ruby/ruby/src/gc/mmtk/target/release
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=release
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=release &&
if: ${{ matrix.shared_gc }}

- run: $SETARCH make
Expand Down Expand Up @@ -170,6 +169,7 @@ jobs:
if: ${{ matrix.shared_gc}}
env:
RUBY_TESTOPTS: '-q --tty=no'
LD_LIBRARY_PATH: '/home/runner/work/ruby/ruby/src/gc/mmtk/target/release'
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'typeprof'
PRECHECK_BUNDLED_GEMS: 'no'
RUBY_GC_LIBRARY: 'librubygc.${{ matrix.gc_name }}.so'
Expand Down

0 comments on commit 3c3b3eb

Please sign in to comment.