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

Fix sidecar_mockgen for musl #145

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Fix sidecar_mockgen for musl #145

merged 1 commit into from
Apr 27, 2023

Conversation

bwoebi
Copy link
Contributor

@bwoebi bwoebi commented Apr 27, 2023

On musl, apparently, the compiler inserts a GLOBAL_OFFSET_TABLE symbol of size zero.

I suppose we can just generally ignore size 0 symbols? If you don't like that, I can also exclude it explicitly by name.

@bwoebi bwoebi requested a review from a team as a code owner April 27, 2023 13:00
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
@pawelchcki pawelchcki merged commit 1a6d3d4 into main Apr 27, 2023
@bantonsson bantonsson deleted the bob/sidecar-mockgen branch March 7, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants