Re: archery-lint unknown targets

2022-10-21 Thread Antoine Pitrou
Yaron. From: Antoine Pitrou Sent: Friday, October 21, 2022 11:52 AM To: dev@arrow.apache.org Subject: Re: archery-lint unknown targets This probably means that you don't have (the right versions of) clang-format and clang-tidy installed. The poor error message is u

Re: archery-lint unknown targets

2022-10-21 Thread Yaron Gvili
Indeed, I have been working with clang-{format,tidy}-12. What is the recommended way to get version 14 of these installed on Ubuntu? Yaron. From: Antoine Pitrou Sent: Friday, October 21, 2022 11:52 AM To: dev@arrow.apache.org Subject: Re: archery-lint unknown

Re: archery-lint unknown targets

2022-10-21 Thread Antoine Pitrou
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

archery-lint unknown targets

2022-10-21 Thread Yaron Gvili
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 rep