Skip to content

Commit

Permalink
disable cargo-0.60.0-based PGO
Browse files Browse the repository at this point in the history
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?...)
  • Loading branch information
WaffleLapkin committed Apr 4, 2024
1 parent b478d2b commit 9cd668c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/opt-dist/src/training.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use humansize::BINARY;

const LLVM_PGO_CRATES: &[&str] = &[
"syn-1.0.89",
"cargo-0.60.0",
//"cargo-0.60.0",
"serde-1.0.136",
"ripgrep-13.0.0",
"regex-1.5.5",
Expand All @@ -19,7 +19,7 @@ const LLVM_PGO_CRATES: &[&str] = &[
const RUSTC_PGO_CRATES: &[&str] = &[
"externs",
"ctfe-stress-5",
"cargo-0.60.0",
//"cargo-0.60.0",
"token-stream-stress",
"match-stress",
"tuple-stress",
Expand Down

0 comments on commit 9cd668c

Please sign in to comment.