Skip to content

Commit

Permalink
chore: disable bzlmod lockfile (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 11, 2024
1 parent 78c3540 commit 18061f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ import %workspace%/.aspect/bazelrc/performance.bazelrc
# still required for rules_esbuild; work to remove this is in https://github.com/aspect-build/rules_esbuild/pull/177
common --enable_runfiles

# Disable lockfile for now. It is unstable.
# https://github.com/bazelbuild/bazel/issues/19026
# https://github.com/bazelbuild/bazel/issues/19621
# https://github.com/bazelbuild/bazel/issues/19971
# https://github.com/bazelbuild/bazel/issues/20272
# https://github.com/bazelbuild/bazel/issues/20369
common --lockfile_mode=off

# Load any settings specific to the current user.
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
# This needs to be last statement in this
Expand Down

0 comments on commit 18061f4

Please sign in to comment.