Skip to content

Commit

Permalink
remove ldd
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Oct 1, 2024
1 parent 3c233af commit 7127753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ jobs:
- name: Build shared GC (${{ matrix.gc_name }})
run: |
mkdir ${{ matrix.shared_gc_dir }} &&
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=release &&
ldd ${{ matrix.shared_gc_dir }}/librubygc.mmtk.so
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=release
if: ${{ matrix.shared_gc }}

- name: Set test options for skipped tests
Expand Down

0 comments on commit 7127753

Please sign in to comment.