diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-09-18 13:45:42 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-09-18 13:45:42 +0200 |
| commit | ee451f8faccf3050c76cdcd82543c917b40c7962 (patch) | |
| tree | 96624c2b45457cd6e3348e069a2863879ffaf16b | |
| parent | f13b54546bb7aea9beee7d3f9178882a7f10f45c (diff) | |
| download | rust-ee451f8faccf3050c76cdcd82543c917b40c7962.tar.gz rust-ee451f8faccf3050c76cdcd82543c917b40c7962.zip | |
Fix build on Windows
| -rw-r--r-- | src/tools/opt-dist/src/environment.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/opt-dist/src/environment.rs b/src/tools/opt-dist/src/environment.rs index f7b5c176375..ff782a1687e 100644 --- a/src/tools/opt-dist/src/environment.rs +++ b/src/tools/opt-dist/src/environment.rs @@ -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, |
