Commit 9c167dc
authored
clang-format: use llvm binary on linux [BUILD-640] (#57)
Makes the `clang_format` rule hermetic on linux by using the clang-format binary that is provided with the llvm distribution instead of the system version.
This will remove any discrepancy between local dev and ci.
The select condition will be removed once we've set up the llvm toolchain on macos.1 parent 355a423 commit 9c167dc
File tree
4 files changed
+11
-2
lines changed- cc/toolchains
- clang_format
- clang_tidy
4 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
File renamed without changes.
0 commit comments