-
Notifications
You must be signed in to change notification settings - Fork 93
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
Per-module strip option is ignored #358
Comments
Also, if you have a later module setting
|
Now it just strips everything, even with both global stripping build option and permodule ones set to false.
I have tried all combinations to no avail. |
I think that it's worth noting that the build system for said module is set to "simple", so I guess the issue I'm facing is with the build system. |
It seems that setting build-options:
strip: false
no-debuginfo: true At the top level skips stripping (for all modules) and later overrides per module seem to work. Hope this helps. |
Linux distribution and version
Fedora 32
Flatpak-builder version
1.0.10
Flatpak version
1.8.1
Description of the problem
If global build-options set
strip
totrue
, then per-module build-options withstrip
set tofalse
have no effect - module files are stripped anyway.Steps to reproduce
Minimal manifest to demonstrate the problem:
Here we make the installed binary non-writable, what makes
flatpak-builder
error out on trying to strip it:The text was updated successfully, but these errors were encountered: