I'm on Ubuntu 20.04 and I use the repositories from https://apt.llvm.org/.
Regards
Antoine.
Le 21/10/2022 à 18:21, Yaron Gvili a écrit :
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 <anto...@python.org>
Sent: Friday, October 21, 2022 11:52 AM
To: dev@arrow.apache.org <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
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.