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

CI: Don't strip AppImage symbols #1175

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

goeiecool9999
Copy link
Contributor

As it turns out fixing the symbols in the debug output for AppImage builds was very simple.
Linux deploy strips binaries by default. They helpfully provide the NO_STRIP environment variable to not strip...
linuxdeploy/linuxdeploy#72
NO_STRIP not set:
image
NO_STRIP set to 1:
image

@Exzap
Copy link
Contributor

Exzap commented Apr 15, 2024

This is great. Thanks!

@Exzap Exzap merged commit 10c78ec into cemu-project:main Apr 15, 2024
5 checks passed
@goeiecool9999 goeiecool9999 deleted the CIAInostriptest branch April 27, 2024 15:43
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.

None yet

2 participants