Skip to content

Commit f881d7d

Browse files
committed
test
Signed-off-by: onur-ozkan <[email protected]>
1 parent 4227055 commit f881d7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ enum EnvironmentCmd {
108108
}
109109

110110
fn is_try_build() -> bool {
111-
std::env::var("DIST_TRY_BUILD").unwrap_or_else(|_| "0".to_string()) != "0"
111+
// std::env::var("DIST_TRY_BUILD").unwrap_or_else(|_| "0".to_string()) != "0"
112+
false
112113
}
113114

114115
fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)> {

0 commit comments

Comments
 (0)