Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
just chrpath and strip
Browse files Browse the repository at this point in the history
thatcosmonaut committed Oct 18, 2024
1 parent 535cd7d commit 9b631bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -50,9 +50,7 @@ jobs:
run: |
ninja -C release
chrpath -d release/libFAudio.so.0
strip --only-keep-debug release/libFAudio.so.0 -o debug_symbols/libFAudio.so.0.debug
strip -S release/libFAudio.so.0
objcopy --add-gnu-debuglink=debug_symbols/libFAudio.so.0.debug release/libFAudio.so.0
- name: Archive build result
uses: actions/upload-artifact@v4
@@ -247,9 +245,7 @@ jobs:
run: |
ninja -C release
chrpath -d release/libFAudio.so.0
strip --only-keep-debug release/libFAudio.so.0 -o debug_symbols/libFAudio.so.0.debug
strip -S release/libFAudio.so.0
objcopy --add-gnu-debuglink=debug_symbols/libFAudio.so.0.debug release/libFAudio.so.0
- name: Archive build result
uses: actions/upload-artifact@v4

0 comments on commit 9b631bf

Please sign in to comment.