Skip to content

Commit

Permalink
lets be a little more absolute about paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 27, 2024
1 parent 99b5768 commit 313dd5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ jobs:
-I../src \
-I.ext/include/x86_64-linux \
-Wl,--verbose,--compress-debug-sections=zlib \
-Wl,--rpath=../src/gc/mmtk/target/release
-L../src/gc/mmtk/target/release -lmmtk_ruby \
-Wl,--rpath=$(pwd)/../src/gc/mmtk/target/release
-L$(pwd)/../src/gc/mmtk/target/release -lmmtk_ruby \
-fstack-protector-strong \
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 \
-O3 -fno-fast-math -ggdb3 -DBUILDING_SHARED_GC -fPIC \
-o /home/runner/ruby_gc/librubygc.mmtk.so ../src/gc/mmtk.c &&
-o /home/runner/ruby_gc/librubygc.mmtk.so $(pwd)/../src/gc/mmtk.c &&
ldd ${{ matrix.shared_gc_dir }}/librubygc.mmtk.so
if: ${{ matrix.shared_gc }}

Expand Down

0 comments on commit 313dd5f

Please sign in to comment.