paritytech / paritytech/host-rust-core
Publish a nightly prerelease with an installable build per host
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
Per-commit preview builds cover a pull request under review. They do not give anyone a
current build of the default branch to pick up and try.
A scheduled job should build an installable artifact for each host from the default branch,
smoke test it before publishing, verify every expected asset is present and non-empty, and
publish them together as a prerelease so they are easy to find and grab.
Steps
- Build an installable artifact per host from the default branch
- Smoke test each artifact before it is published
- Verify every expected asset exists and is non-empty
- Publish as a prerelease under a predictable tag
Done when
Anyone can install last night's build of any host without a toolchain or a pipeline run.
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.