Skip to content

Continuous Release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 07:49
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.