[libcxx-commits] [PATCH] D131174: [libc++][CI] Increases the Clang version used.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 16 09:43:02 PDT 2022


ldionne added a comment.

I think this means we should also somehow hardcode what version of e.g. `clang-tidy` is used in the `.yml` file. Basically, the `Dockerfile` installs a bunch of stuff but makes no decision as to which version of a given tool is used. Then, the `.yml` file picks the default versions it wants to use, and the `run-buildbot` script is as version-agnostic as possible.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131174/new/

https://reviews.llvm.org/D131174



More information about the libcxx-commits mailing list