Commit cf164f2
committed
bazel: stop tracking MODULE.bazel.lock
Set --lockfile_mode=off in .bazelrc, gitignore the file, and remove the
tracked copy. Matches bazel-orfs's own .bazelrc:7.
Tracking the lockfile means every bazel-orfs / yosys / openroad bump
produces an 800k-line lock diff that buries the real coordinate change
under registry-entry churn (the previous yosys 0.63 bump in this branch
generated a 1456-line lock delta from a 4-line change in the resolved
yosys entry plus 728 lines of registry-fork residue). We pin the
versions we care about explicitly in MODULE.bazel via BCR coordinates
and git_override(commit=…); the lockfile adds no integrity that those
pins don't already provide.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent 3cbfbde commit cf164f2
3 files changed
Lines changed: 10 additions & 5190 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments