I see. Thanks for the quick reply! On Thu, Apr 28, 2022 at 11:09 AM Antoine Pitrou <anto...@python.org> wrote:
> > Le 28/04/2022 à 17:07, Li Jin a écrit : > > Aha thanks Antoine! > > > > After digging the log I think I found the issue: > > " > > -- clang-tidy 12 not found > > -- clang-format 12 not found > > " > > > > after installing those two it got me over that step.. > > > > A side question - does running > > > > " > > archery lint --cpplint --clang-format --clang-tidy --fix > > " > > > > supposed to fix the lint / code style? > > Yes, where possible, otherwise it will list the errors for you > (some of the tools used under the hood support automatic fixing, some > don't). >