[libcxx-commits] [libcxx] [libc++] Add a CI job for the LLDB data formatters (PR #65174)
Michael Buch via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 12 02:26:51 PDT 2023
================
@@ -728,6 +728,22 @@ steps:
limit: 2
timeout_in_minutes: 120
+ - label: "LLDB Data Formatters"
+ command: "libcxx/utils/ci/run-buildbot check-lldb-data-formatters"
+ artifact_paths:
+ - "**/test-results.xml"
+ env:
+ CC: "clang-${LLVM_HEAD_VERSION}"
+ CXX: "clang++-${LLVM_HEAD_VERSION}"
+ agents:
+ queue: "libcxx-builders"
+ os: "linux"
+ retry:
+ automatic:
+ - exit_status: -1 # Agent was lost
+ limit: 2
+ timeout_in_minutes: 120
----------------
Michael137 wrote:
On my M1 machine with a full debug build of clang/lldb/libc++ it took `77.92s`.
https://github.com/llvm/llvm-project/pull/65174
More information about the libcxx-commits
mailing list