[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:37:03 PDT 2022


ldionne added a comment.

As discussed during live review, instead I think we should define the compiler in use inside `buildkite-pipeline.yml` via `env` (https://buildkite.com/docs/pipelines/command-step#command-step-attributes). This would allow dropping various versioned jobs from the `run-buildbot` script (e.g. `generic-clang-14` would become a call to `generic-cxx2b` with `env` set to `CXX=clang++-14`).


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