Auto merge of rust-lang/rust#112049 - Kobzol:pgo-omit-benchmarks, r=<try>

[do not merge] CI experiments

Various CI experiments for try/dist builds.

r? @ghost
This commit is contained in:
rust-bors[bot] 2024-11-19 11:04:25 +00:00 committed by GitHub
commit 6d94390a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ use crate::utils::exec::BootstrapCommand;
const TERSE_TESTS_PER_LINE: usize = 88;
// WIP
pub(crate) fn add_flags_and_try_run_tests(
builder: &Builder<'_>,
cmd: &mut BootstrapCommand,