Skip to content

Commit

Permalink
Make: Fixed the stringzillite check for Alpine Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbob999 committed Oct 27, 2024
1 parent ecebb0d commit 16896c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:
- name: Test C++
run: build_artifacts/stringzilla_test_cpp20
- name: Check stringzillite is built correctly
run: test -z "$(ldd build_artifacts/libstringzillite.so | grep '.so')"
run: test -z "$(ldd build_artifacts/libstringzillite.so | grep '.so' | grep '=>')"

# Python
- name: Build Python
Expand Down

0 comments on commit 16896c3

Please sign in to comment.