[libcxx-commits] [PATCH] D133621: [libc++] Add a CI job for the LLDB data formatters

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 10 11:39:39 PDT 2022


Mordante added a comment.

Thanks a lot for working on this!



================
Comment at: libcxx/utils/ci/run-buildbot:475
+        -DLLDB_ENABLE_PYTHON=ON \
+        -DLLVM_ENABLE_PROJECTS='llvm;clang;lldb' \
+        -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi'
----------------
When this is too slow we could consider merging it with the bootstrapping build. They have quite a bit of overlap.

That isn't a great solution, but it may help us. I didn't find a way a in Buildkite to re-use the build from an other step as basis for a new step


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133621



More information about the libcxx-commits mailing list