Skip to content

Commit bddeebf

Browse files
committed
Fix bazel precompute
This is only a temporary fix as this flag is going away.
1 parent 3358604 commit bddeebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn main() {
5656
cmd.arg(format!("--output_user_root={bc}"));
5757
}
5858

59-
cmd.args(["build", "--compilation_mode", "opt", "--strip", "always"]);
59+
cmd.args(["build", "--compilation_mode", "opt", "--strip", "always", "--enable_bzlmod=false"]);
6060

6161
cmd.args(BINARIES.iter().map(|b| format!(":{b}")));
6262
cmd.current_dir(cwd);

0 commit comments

Comments
 (0)