This probably means that you don't have (the right versions of) clang-format and clang-tidy installed. The poor error message is unfortunate.
Recently we have bumped the required versions (see recent ML announcement), you need to have clang-format and clang-tidy 14.
Regards Antoine. Le 21/10/2022 à 17:49, Yaron Gvili a écrit :
Hi, I got the errors below from `archery lint --cpplint --clang-format --clang-tidy` and I'm wondering how to figure them out. ninja: error: unknown target 'check-format' ninja: error: unknown target 'check-clang-tidy' Note that I am working on a modified local clone of a fork of Arrow, so reproducing my setup is not so immediate. Currently, I'm just looking for ways to figure the errors out. Cheers, Yaron.