Skip to content

Commit 517f677

Browse files
committed
Disable some PGO crates in hopes of actually succeeding try build 😭
1 parent f134381 commit 517f677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ const LLVM_PGO_CRATES: &[&str] = &[
1010
"syn-1.0.89",
1111
//"cargo-0.60.0",
1212
"serde-1.0.136",
13-
"ripgrep-13.0.0",
14-
"regex-1.5.5",
13+
// "ripgrep-13.0.0",
14+
// "regex-1.5.5",
1515
"clap-3.1.6",
16-
"hyper-0.14.18",
16+
//"hyper-0.14.18",
1717
];
1818

1919
const RUSTC_PGO_CRATES: &[&str] = &[

0 commit comments

Comments
 (0)