Rollup merge of #150874 - fast-try-build-src-gpl, r=jieyouxu

Ignore `rustc-src-gpl` in fast try builds

I noticed that fast try builds now build this new component (unnecessarily).
This commit is contained in:
Matthias Krüger
2026-01-10 08:33:59 +01:00
committed by GitHub
+1
View File
@@ -450,6 +450,7 @@ fn main() -> anyhow::Result<()> {
"rust-docs-json",
"rust-analyzer",
"rustc-src",
"rustc-src-gpl",
"extended",
"clippy",
"miri",