Skip to content

Commit

Permalink
Use readelf for max glibc version
Browse files Browse the repository at this point in the history
  • Loading branch information
exquo committed Aug 21, 2024
1 parent 54c12be commit 54bcfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libclient-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
readelf --arch-specific $FILENAME || :
ldd -v $FILENAME || ldd $FILENAME || :
objdump -T $FILENAME | grep LIBC || :
objdump -T $FILENAME | grep LIBC | cut -d'_' -f2 | sort -V | tail -n1 | cut -d ' ' -f1 || :
readelf -V libsignal_jni.so | grep -o ' GLIBC_[^ ]*' | sort -V | tail -n 1 || :
openssl sha256 $FILENAME
- name: Create archive
Expand Down

0 comments on commit 54bcfe6

Please sign in to comment.