Skip to content

ci: use the shared setup-rust action - #19

Merged
alvgaona merged 1 commit into
mainfrom
ci/use-shared-setup-rust
Aug 8, 2026
Merged

ci: use the shared setup-rust action#19
alvgaona merged 1 commit into
mainfrom
ci/use-shared-setup-rust

Conversation

@alvgaona

@alvgaona alvgaona commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Replaces the dtolnay/rust-toolchain + Swatinem/rust-cache pair in all four jobs with rewire-run/actions/setup-rust@v1.

Relates to rewire-run/actions#2.

Replaces the rust-toolchain and rust-cache pair in all four jobs with
rewire-run/actions/setup-rust@v1.

No behaviour change: same toolchain, same components, same wasm32 target
and cache key. The format job passes cache: "false" since it never
cached, and the libudev and wasm-bindgen steps are untouched.

In build-wasm the cache now restores before the wasm-bindgen and LLVM
installs rather than after. Neither touches the cargo workspace or the
lockfile that rust-cache hashes, so the cache key is unchanged.
@alvgaona
alvgaona merged commit cea36c3 into main Aug 8, 2026
4 checks passed
@alvgaona
alvgaona deleted the ci/use-shared-setup-rust branch August 8, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant