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 b3da4e5 commit 5b6fa48Copy full SHA for 5b6fa48
.bazelrc
@@ -2,7 +2,14 @@ import .bazelrc.remote
2
try-import .bazelrc.local
3
try-import .bazelrc.windows.local
4
5
-common --enable_bzlmod
+# 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
13
14
# Ensure Windows support is accurate.
15
0 commit comments