Commit dc2991c
committed
build: add
The codegen pipes generated headers/sources through `clang-format`
to satisfy CI's style check. CI containers (metax, moore, cambricon)
do not ship a system `clang-format` binary, so cmake-time codegen
fails with `FileNotFoundError: clang-format`.
Pin it as a build dep so `pip install` provisions `clang-format`
into the build env before scikit-build invokes cmake.clang-format to build-system requires1 parent cfea02e commit dc2991c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments