Commit c7d4d22
authored
ci: Cache Bazel data from linting step. (#242)
Right now, we keep rebuilding protoc from scratch
(as a dependency of Buildifier...?) which doesn't
make sense. We should just cache things.
Ideally, we would just depend on pre-built buildifier
binaries, such as in https://github.com/keith/buildifier-prebuilt,
but we don't want to have divergence in the build
config from upstream, if possible.1 parent 8496107 commit c7d4d22
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
15 | 36 | | |
16 | 37 | | |
17 | 38 | | |
| |||
0 commit comments