Skip to content

Commit

Permalink
See if manylinux_2_28 also leads to libnvtc-builtins being linked.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Apr 26, 2024
1 parent 2266cd1 commit c12d1b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Manylinux_2_28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
working-directory: ${{ env.BUILD_DIR }}
run: cmake --build . --target pyflamegpu --verbose -j `nproc`

- name: readelf
if: ${{ env.FLAMEGPU_BUILD_PYTHON == 'ON' }}
working-directory: ${{ env.BUILD_DIR }}
run: find . -name "_pyflamegpu.so" | head -n 1 | xargs readelf -d

# Run audithweel show for information, but do not repair.
- name: Run auditwheel show
working-directory: ${{ env.BUILD_DIR }}
Expand Down

0 comments on commit c12d1b1

Please sign in to comment.