We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad756ef + 6b02ab2 commit 88542eeCopy full SHA for 88542ee
collector/src/compile/execute/rustc.rs
@@ -98,6 +98,9 @@ async fn record(
98
"build.cargo={}",
99
toolchain.components.cargo.to_str().unwrap()
100
))
101
+ // Do not compile all default tools
102
+ .arg("--set")
103
+ .arg("build.extended=false")
104
.status()
105
.context("configuring")?;
106
assert!(status.success(), "configure successful");
0 commit comments