ci: drop rustup component add now that opensuse-base ships them #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/drop-rust-toolchain-install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
opensuse-base v1.3.1+ pre-installs
clippy,rustfmt, and the wasm32 target during image build, and exposes/home/dev/.cargo/bin+/home/dev/.bun/binon PATH for both login shells (via /etc/profile.d/dev-paths.sh) and non-logindocker exec(via the image'sENV PATH=...). Drops the per-job "Install Rust toolchain" step which is now a wasteful no-op on every CI run.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com