[libcxx-commits] [libcxx] [libc++] Install Python packaging to resolve LLDB data formatter issues (PR #95971)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 18 12:03:01 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
<details>
<summary>Changes</summary>
This should fix the failures that started happening after #<!-- -->93712 landed.
---
Full diff: https://github.com/llvm/llvm-project/pull/95971.diff
1 Files Affected:
- (modified) libcxx/utils/ci/Dockerfile (+1)
``````````diff
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 54dd0f1186880..f9e89c80435fe 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -92,6 +92,7 @@ RUN sudo apt-get update \
python3 \
python3-dev \
python3-distutils \
+ python3-packaging \
python3-psutil \
software-properties-common \
swig4.0 \
``````````
</details>
https://github.com/llvm/llvm-project/pull/95971
More information about the libcxx-commits
mailing list