You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build static Linux release binaries
Add a Meson option for statically linking only the final ppm
executable and enable it for all Linux release artifacts.
This preserves the old build.sh behavior without forcing helper
binaries from fallback subprojects to link statically.
Verify Linux release artifacts in CI by failing when readelf still
reports an ELF program interpreter, which catches binaries that
would require a missing musl loader on Ubuntu runners.
Bump the plugin_manager manifest version for the packaging fix.