Skip to content

Avoid rust on workflow unless building#11

Merged
scothis merged 1 commit into
componentized:mainfrom
scothis:avoid-local-rust
May 24, 2026
Merged

Avoid rust on workflow unless building#11
scothis merged 1 commit into
componentized:mainfrom
scothis:avoid-local-rust

Conversation

@scothis
Copy link
Copy Markdown
Member

@scothis scothis commented May 24, 2026

We had a few casual uses of cargo to tease out versions. We can grab the version info we need directly from the toml files with yq.

This allows us to skip the setup-rust action, but we also don't need to fetch packages referenced by Cargo.toml.

Rust is still used within the Dockerfile for building the wasmtime cli.

We had a few casual uses of cargo to tease out versions. We can grab the
version info we need directly from the toml files with yq.

This allows us to skip the setup-rust action, but we also don't need to
fetch packages referenced by Cargo.toml.

Rust is still used within the Dockerfile for building the wasmtime cli.

Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis scothis merged commit 3c4c727 into componentized:main May 24, 2026
31 checks passed
@scothis scothis deleted the avoid-local-rust branch May 24, 2026 04:34
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