Skip to content

Commit 9cd668c

Browse files
committed
disable cargo-0.60.0-based PGO
Old cargo has `Err()?`-kind of looking code, which fails `bors try`. This is a band-aid for a crater run, we should find a way to keep PGO (do we just update the cargo version used?...)
1 parent b478d2b commit 9cd668c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/opt-dist/src/training.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use humansize::BINARY;
88

99
const LLVM_PGO_CRATES: &[&str] = &[
1010
"syn-1.0.89",
11-
"cargo-0.60.0",
11+
//"cargo-0.60.0",
1212
"serde-1.0.136",
1313
"ripgrep-13.0.0",
1414
"regex-1.5.5",
@@ -19,7 +19,7 @@ const LLVM_PGO_CRATES: &[&str] = &[
1919
const RUSTC_PGO_CRATES: &[&str] = &[
2020
"externs",
2121
"ctfe-stress-5",
22-
"cargo-0.60.0",
22+
//"cargo-0.60.0",
2323
"token-stream-stress",
2424
"match-stress",
2525
"tuple-stress",

0 commit comments

Comments
 (0)