paritytech / paritytech/host-rust-core
Share host CI setup as composite actions
Open
@TarikGul is already working on this.
Since Sep 11, 2026.
github_actions
host-work
- Dominant language
- Swift
- Stars
- 10
- Forks
- 3
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 148
Description
Three hosts re-homing their workflows means the same setup repeated: toolchains, SDKs, build
tooling, core checkout. Copied setup drifts, and drift in CI is expensive to debug because
each copy fails differently.
Extract the shared setup into composite actions the host workflows call, so setup is defined
once per platform.
Depends on: #675, #680, #684, since the duplication has to exist before it is worth
extracting.
Steps
- Extract the shared setup per platform into composite actions
- Host workflows call them rather than repeating setup
- One place to bump a toolchain version
Done when
Bumping a toolchain for a platform is a one-line change rather than three.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.