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

Commit 710eb00

Browse files
committed
toolchain: rustup install with minimal profile
1 parent 8b6d98f commit 710eb00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)