Skip to content

Commit b8c37b9

Browse files
committed
Fix up build post-rebase
1 parent 87540fe commit b8c37b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/opt-dist/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
217217
.use_bolt(false)
218218
.run_tests(false)
219219
.skipped_tests(vec![])
220+
.fast_try_build(is_fast_try_build)
220221
.build()?;
221222

222223
(env, shared.build_args)

0 commit comments

Comments
 (0)