Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 848b0af

Browse files
committed
toolchain: rustup install with minimal profile
1 parent a65595f commit 848b0af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/cargo-gpu-install/src/install_toolchain.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ pub fn ensure_toolchain_and_components_exist(
5151
"toolchain",
5252
"install",
5353
&toolchain,
54+
"--profile",
55+
"minimal",
5456
"-c",
5557
&intersperse(",", REQUIRED_COMPONENTS.iter().copied()),
5658
])

0 commit comments

Comments
 (0)