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

[build] Disable tcmalloc for GCC build #1460

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

JamesMBartlett
Copy link
Member

Summary: tcmalloc was causing strange linker errors with CGO builds when linker with gold. Not really sure what's going on, since lld can link these things without issue. We should probably investigate this more, but for now this is a stop-gap that will unblock the coverage build. Since we don't ever deploy GCC built binaries, removing tcmalloc shouldn't matter too much for now.

Type of change: /kind cleanup

Test Plan: Ran bazel build //src/vizier/services/query_broker:query_broker --config=gcc without error, this was failing on main before this PR.

@JamesMBartlett JamesMBartlett requested a review from a team as a code owner June 8, 2023 20:32
Copy link
Member

@vihangm vihangm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you leave a TODO and link to and issue to investigate later?

Signed-off-by: James Bartlett <jamesbartlett@pixielabs.ai>
@JamesMBartlett JamesMBartlett merged commit 88aab8b into pixie-io:main Jun 8, 2023
@JamesMBartlett JamesMBartlett deleted the fix_coverage_build branch June 8, 2023 22:16
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