We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13b545 commit ee451f8Copy full SHA for ee451f8
src/tools/opt-dist/src/environment.rs
@@ -18,6 +18,7 @@ pub struct Environment {
18
/// List of test paths that should be skipped when testing the optimized artifacts.
19
skipped_tests: Vec<String>,
20
/// Directory containing a pre-built rustc-perf checkout.
21
+ #[builder(default)]
22
prebuilt_rustc_perf: Option<Utf8PathBuf>,
23
use_bolt: bool,
24
shared_llvm: bool,
0 commit comments