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 4227055 commit f881d7dCopy full SHA for f881d7d
src/tools/opt-dist/src/main.rs
@@ -108,7 +108,8 @@ enum EnvironmentCmd {
108
}
109
110
fn is_try_build() -> bool {
111
- 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"
112
+ false
113
114
115
fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)> {
0 commit comments