Skip to content

Commit

Permalink
[bazel] Disable lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 18, 2024
1 parent b3da4e5 commit 5b6fa48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 73,168 deletions.
9 changes: 8 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ import .bazelrc.remote
try-import .bazelrc.local
try-import .bazelrc.windows.local

common --enable_bzlmod
# Enable bzlmod but without lockfile for a moment.
# Lockfile is a problem to check in at the moment
# because of constant Git conflicts and platform-specific
# pieces.
# https://github.com/bazelbuild/bazel/issues/20369
# https://github.com/bazelbuild/bazel/issues/21491

common --enable_bzlmod --lockfile_mode=off

# Ensure Windows support is accurate.

Expand Down
Loading

0 comments on commit 5b6fa48

Please sign in to comment.