Open bringert opened 7 months ago
you probably need to install clang-format in your containers? https://packages.debian.org/search?keywords=clang-format
Thanks, yes, installing clang-format
and rerunning meson setup build .
did the trick.
I had originally installed clang-tidy
but not clang-format
, since that's what meson setup build .
seems to want:
Program run-clang-tidy found: YES (/usr/bin/run-clang-tidy)
Maybe the README should be updated with the clang-format
dependency? And maybe meson.build
should check for clang-format
too?
can you send a patch with those changes?
The README says that coding style changes can be done automatically by running
ninja -C build clang-format
. But when I try I getninja: error: unknown target 'clang-format'
.Because my host machine is a Mac, I'm doing the build in a Docker container produced by this Dockerfile:
I then create a Docker container with: