We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87540fe commit b8c37b9Copy full SHA for b8c37b9
1 file changed
src/tools/opt-dist/src/main.rs
@@ -217,6 +217,7 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
217
.use_bolt(false)
218
.run_tests(false)
219
.skipped_tests(vec![])
220
+ .fast_try_build(is_fast_try_build)
221
.build()?;
222
223
(env, shared.build_args)
0 commit comments