paritytech / paritytech/host-rust-core

Share host CI setup as composite actions

Open
#700 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.