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 f0db241 commit 7099a13Copy full SHA for 7099a13
src/tools/opt-dist/src/main.rs
@@ -98,7 +98,8 @@ enum EnvironmentCmd {
98
}
99
100
fn is_try_build() -> bool {
101
- std::env::var("DIST_TRY_BUILD").unwrap_or_else(|_| "0".to_string()) != "0"
+ // std::env::var("DIST_TRY_BUILD").unwrap_or_else(|_| "0".to_string()) != "0";
102
+ false
103
104
105
fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)> {
0 commit comments