Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the SOVERSION on benchmark libraries #8

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Set the SOVERSION on benchmark libraries #8

merged 1 commit into from
Sep 15, 2020

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Sep 14, 2020

The built-in logic for detecting the SOVERSION on the shared libraries requires that the sources are in a tagged git repository, but we're downloading a tarball. If we disable the git tag extraction and manually specify the version that we downloaded, the SOVERSION is correct.

Both Ubuntu and Fedora benchmark packages work around the SOVERSION in this way.

The built-in logic for detecting the SOVERSION on the shared libraries
requires that the sources are in a tagged git repository, but we're
downloading a tarball. If we disable the git tag extraction and manually
specify the version that we downloaded, the SOVERSION is correct.

Both Ubuntu and Fedora benchmark packages work around the SOVERSION in
this way.

Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay added the bug Something isn't working label Sep 14, 2020
@cottsay cottsay self-assigned this Sep 14, 2020
@cottsay cottsay merged commit 653691b into main Sep 15, 2020
@cottsay cottsay deleted the soversion branch September 15, 2020 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants