[libcxx-commits] [PATCH] D137759: [libc++] Add a libc++ CI pipeline specific to Clang changes

Aaron Ballman via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 10 05:52:50 PST 2022


aaron.ballman added a comment.

Thank you for working on this, I think this is going to be fantastic!!



================
Comment at: libcxx/utils/ci/buildkite-pipeline-clang.yml:17
+env:
+    LLVM_HEAD_VERSION: "16"
+steps:
----------------
Do we have/need something to keep this value from drifting away from the trunk version?


================
Comment at: libcxx/utils/ci/buildkite-pipeline-clang.yml:41
+
+  - label: "Bootstrapping build / C++11"
+    command: "libcxx/utils/ci/run-buildbot bootstrapping-build"
----------------
Please excuse my utter ignorance of buildkite, but... this looks identical to the previous step with the only change being to the label (same for the rest of the entries). How does the CI know which version to test against? Does it pull that out of the label automatically or something?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137759



More information about the libcxx-commits mailing list