Commit d6625f5
committed
build: install the tools the CI lint guards need
Several lint guards run by `make check` soft-skip when their tool is
absent, so an unprovisioned tool reads as a passing check while the
guard never runs. On the CI runner check-fdt-unflatten (dtc),
check-fuzz-harnesses (clang), and the check-manpages roff lint (groff)
were all silently skipping -- device-tree-compiler and groff are absent
from the base image, and clang ran only by accident.
Install device-tree-compiler, python3, clang, and groff beside the
existing shellcheck, jq, and libxml2-utils so every guard the build
gate believes it runs actually runs.1 parent db12100 commit d6625f5
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
0 commit comments