Skip to content

Commit

Permalink
chore: disable lockfile in ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 15, 2024
1 parent e9f8390 commit add89ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,039 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# This file contains Bazel settings to apply on Release only.
# It is referenced with a --bazelrc option in the call to bazel in release.yaml
#
# Not ready for the MODULE.lock file yet, as of Bazel 7.0.0 there are still some stability issues.
common --lockfile_mode=off
Loading

0 comments on commit add89ed

Please sign in to comment.