-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit aaf0abf
committed
build: enforce frozen lockfile mode
This commit adds `lockfile_mode=error` to the `.bazelrc` file. This change ensures that any future builds will fail if the lock file is not up-to-date with the `BUILD.bazel` file, preventing inconsistencies and encouraging developers to commit updated lock files.
(cherry picked from commit a8b049a)1 parent 6d139a5 commit aaf0abf
1 file changed
+3
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
20 | + | ||
21 | + | ||
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
|
0 commit comments