Fix build on Windows
This commit is contained in:
parent
f13b54546b
commit
ee451f8fac
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ pub struct Environment {
|
||||||
/// List of test paths that should be skipped when testing the optimized artifacts.
|
/// List of test paths that should be skipped when testing the optimized artifacts.
|
||||||
skipped_tests: Vec<String>,
|
skipped_tests: Vec<String>,
|
||||||
/// Directory containing a pre-built rustc-perf checkout.
|
/// Directory containing a pre-built rustc-perf checkout.
|
||||||
|
#[builder(default)]
|
||||||
prebuilt_rustc_perf: Option<Utf8PathBuf>,
|
prebuilt_rustc_perf: Option<Utf8PathBuf>,
|
||||||
use_bolt: bool,
|
use_bolt: bool,
|
||||||
shared_llvm: bool,
|
shared_llvm: bool,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue