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

We should publish .tar.gz with both release and debug configurations #24

Open
strawgate opened this issue Apr 13, 2024 · 1 comment
Open

Comments

@strawgate
Copy link

Right now .tar.gz is only published in a debug configuration called release

@strawgate
Copy link
Author

It seems like for RPM and deb this is toggled via set(CPACK_RPM_DEBUGINFO_PACKAGE ON) (and a similar one for debian). What I can't figure out is how to get cmake to generate a separate release and debuginfo for the tar.gz.

I could expand the tar, strip the debug symbols from osqueryd, and then repackage the tar but that seems like the wrong path.

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

No branches or pull requests

1 participant