Skip to content

Commit 5b6fa48

Browse files
committed
[bazel] Disable lockfile
1 parent b3da4e5 commit 5b6fa48

File tree

2 files changed

+8
-73168
lines changed

2 files changed

+8
-73168
lines changed

.bazelrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ import .bazelrc.remote
22
try-import .bazelrc.local
33
try-import .bazelrc.windows.local
44

5-
common --enable_bzlmod
5+
# Enable bzlmod but without lockfile for a moment.
6+
# Lockfile is a problem to check in at the moment
7+
# because of constant Git conflicts and platform-specific
8+
# pieces.
9+
# https://github.com/bazelbuild/bazel/issues/20369
10+
# https://github.com/bazelbuild/bazel/issues/21491
11+
12+
common --enable_bzlmod --lockfile_mode=off
613

714
# Ensure Windows support is accurate.
815

0 commit comments

Comments
 (0)