You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflow to update the Rust version every 6 weeks to the latest version. But try to set it so that we don't update right as the new version releases, maybe a couple of weeks after each release.
In Holochain:
versions/weekly/flake.nix
rust-toolchain.toml
In Holonix:
flake.nix
Create a PR with the version bumped as one commit.
Attempt a Clippy fix with clippy --fix as a second commit. That can be reverted if it makes mistakes.
AC:
Automated PRs on Holochain and Holonix
Common GitHub Action extracted that can do rust-toolchain.toml bumps in any repo, which we can then re-use on Kitsune2 etc
The text was updated successfully, but these errors were encountered:
ThetaSinner
changed the title
Workflow to update the Rust version every 6 weeks to the latest version. But try to set it so that we don't update right as the new version releases, maybe a couple of weeks after each release.
Automatic Rust version updates
Dec 4, 2024
Create a PR with the version bumped as one commit.
Attempt a Clippy fix with clippy --fix as a second commit. That can be reverted if it makes mistakes.
AC:
Automated PRs on Holochain and Holonix
Common GitHub Action extracted that can do rust-toolchain.toml bumps in any repo, which we can then re-use on Kitsune2 etc
Workflow to update the Rust version every 6 weeks to the latest version. But try to set it so that we don't update right as the new version releases, maybe a couple of weeks after each release.
In Holochain:
In Holonix:
Create a PR with the version bumped as one commit.
Attempt a Clippy fix with
clippy --fix
as a second commit. That can be reverted if it makes mistakes.AC:
rust-toolchain.toml
bumps in any repo, which we can then re-use on Kitsune2 etcThe text was updated successfully, but these errors were encountered: