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 for profile release-with-debug #7

Closed
wants to merge 12 commits into from
Closed

Build for profile release-with-debug #7

wants to merge 12 commits into from

Conversation

mikehaller
Copy link

@mikehaller mikehaller commented Dec 5, 2024

A build workflow for the release-with-debug profile, which creates a databroker binary with debug symbols enabled.
This is useful for the integration into an eBPF-based performance test environments.

As separate testers would need to rebuild databroker with that profile, which requires them to set up their own databroker development environment, we've decided for convenience to release debug versions of databroker for exactly that use case.

The additional debugsymbols.txt file in the archive contains the entry point for eBPF probes to instrument the function within databroker where the VSS Signals are being updated by providers:

DatabaseWriteAccess.update_by_path()

.github/workflows/debug_build.yml Outdated Show resolved Hide resolved
@mikehaller
Copy link
Author

PR was just for testing the workflow.
Real PR: eclipse-kuksa#113

@mikehaller mikehaller closed this Dec 7, 2024
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