[libcxx-commits] [libcxx] [libc++] Add a CI job for the LLDB data formatters (PR #65174)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 12 16:40:57 PDT 2023


ldionne wrote:

> Any idea what's left to do here?

It looks like according to https://buildkite.com/llvm-project/libcxx-ci/builds/29381#018a5138-767f-4472-9fcb-c20da396c5c2, we are missing `PythonAndSwig` from the Docker image.

```
Could NOT find PythonAndSwig (missing: Python3_LIBRARIES
-- Python3_INCLUDE_DIRS LLDB_ENABLE_SWIG)
```

How do you generally install it?

https://github.com/llvm/llvm-project/pull/65174


More information about the libcxx-commits mailing list