ploutos icon indicating copy to clipboard operation
ploutos copied to clipboard

Reusable packaging workflow for Rust projects

Results 25 ploutos issues
Sort by recently updated
recently updated
newest added

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
blocked

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
blocked

Ploutos currently uses `cargo-deb` v1.42.2. Since then the following releases and notable changes have been made to `cargo-deb`: _(determined by hand as the `cargo-deb` project has no release notes or...

enhancement

Ploutos currently uses cargo-generate-rpm v0.10.2. Since then the following releases and notable changes have been made to cargo-generate-rpm: v0.11.0: - Add --profile command line option by @jpgrayson in https://github.com/cat-in-136/cargo-generate-rpm/pull/73 -...

See: https://github.com/actions/checkout/issues/1487 This affects runs of the `pkg` and `pkg-test` jobs on older O/S versions such as Ubuntu Bionic or CentOS 7 such that the action fails to run. An...

In the packaging workflow the version of the Rust compiler used depends on the workflow job being executed: - For cross-compilation this is currently 1.64.0 from the [Ubuntu 20.04 GitHub...

bug
enhancement

See: https://discuss.linuxcontainers.org/t/incus-0-1-has-been-released/18036

https://github.com/cat-in-136/cargo-generate-rpm/releases/tag/v0.13.0 includes: > If the scripts happen to be paths that exist load them by @jtk18 in #93 This might mean we can avoid the tricks we use to supply...

But not when using `yum` on CentOS 7 or `dnf` on RHEL/RockyLinux 8. See: https://github.com/NLnetLabs/routinator/issues/829 Note that in CentOS 7 `yum` was the default packaging tool and in CentOS 8...

bug