Skip to content

Commit 7099a13

Browse files
committed
debugging
Signed-off-by: onur-ozkan <[email protected]>
1 parent f0db241 commit 7099a13

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
@@ -98,7 +98,8 @@ enum EnvironmentCmd {
9898
}
9999

100100
fn is_try_build() -> bool {
101-
std::env::var("DIST_TRY_BUILD").unwrap_or_else(|_| "0".to_string()) != "0"
101+
// std::env::var("DIST_TRY_BUILD").unwrap_or_else(|_| "0".to_string()) != "0";
102+
false
102103
}
103104

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

0 commit comments

Comments
 (0)