Fix build on Windows

This commit is contained in:
Jakub Beránek 2023-09-18 13:45:42 +02:00
parent f13b54546b
commit ee451f8fac
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B

View File

@ -18,6 +18,7 @@ pub struct Environment {
/// List of test paths that should be skipped when testing the optimized artifacts.
skipped_tests: Vec<String>,
/// Directory containing a pre-built rustc-perf checkout.
#[builder(default)]
prebuilt_rustc_perf: Option<Utf8PathBuf>,
use_bolt: bool,
shared_llvm: bool,