chore: add dev tools to mise.toml, remove redundant CI installs - #1386
Merged
Conversation
This was referenced Jul 9, 2026
Contributor
Author
|
I see CI Fail. Digging into that |
brucearctor
force-pushed
the
feat/mise-tools
branch
from
July 9, 2026 19:19
72a10c2 to
e6757b4
Compare
- Add temporal 1.7.2, cargo-component 0.21.1, cargo-msrv 0.19.3 to mise.toml (versions pinned per 2-week minimum age policy) - Remove redundant 'rustup component add rustfmt clippy' (2 places) Already declared in rust-toolchain.toml components - Remove 'cargo install cargo-msrv' (now via mise) - Remove 'cargo install --locked cargo-component' (now via mise) - Remove 'temporalio/setup-temporal' action (now via mise) - Add missing 'cache-bin: false' to wasm-workflow-tests rust-cache - Remove dead 'submodules: recursive' (3 places, no submodules exist) Closes temporalio#1383
brucearctor
force-pushed
the
feat/mise-tools
branch
from
July 9, 2026 21:53
e6757b4 to
0e75369
Compare
chris-olszewski
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add temporal, cargo-component, and cargo-msrv to
mise.tomland remove the redundant manual installation steps they replace from CI.PR 1 of 3 — scoped to the minimal, low-risk change. See #1383 for the full effort.
Changes
mise.tomltemporal1.7.2temporalio/setup-temporalactioncargo:cargo-component0.21.1cargo install --locked cargo-componentcargo:cargo-msrv0.19.3cargo install cargo-msrvper-pr.yml(removals only)rustup component add rustfmt clippy(2 places) — already inrust-toolchain.tomlcargo install cargo-msrv— now via misecargo install --locked cargo-component— now via misetemporalio/setup-temporalaction — now via misecache-bin: falsetowasm-workflow-testsrust-cachesubmodules: recursive(2 places) — no submodules exist since Update API protos subtree #194heavy.ymlsubmodules: recursive— same reasonFollow-up PRs
Ref #1383