Commit 72b4304
authored
.bazelrc: recommend --lockfile_mode=error (#162)
* .bazelrc: recommend --lockfile_mode=error
This should improve security posture for new rules and hopefully sets
a good example for new Bazel projects in general.
This flag is for regular builds, not when updating dependencies.
It can't be used across Bazel versions either unfortunately.
Signed-off-by: Jay Conrod <[email protected]>
* make module extension reproducible and os- and arch-independent
* upgrade gazelle to get reproducible go_deps, go_sdk
---------
Signed-off-by: Jay Conrod <[email protected]>1 parent 18ee45d commit 72b4304
File tree
4 files changed
+347
-1
lines changed- mylang
4 files changed
+347
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
13 | 28 | | |
14 | 29 | | |
15 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments