Skip to content

[libc++] Install Python packaging to resolve LLDB data formatter issues #95971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

ldionne
Copy link
Member

@ldionne ldionne commented Jun 18, 2024

This should fix the failures that started happening after #93712 landed.

This should fix the failures that started happening after llvm#93712 landed.
@ldionne ldionne requested a review from a team as a code owner June 18, 2024 19:02
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Jun 18, 2024
@llvmbot
Copy link
Member

llvmbot commented Jun 18, 2024

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

Changes

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 --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 \

@ldionne ldionne merged commit 881dc13 into llvm:main Jun 19, 2024
56 of 59 checks passed
@ldionne ldionne deleted the review/lldb-install-packaging branch June 19, 2024 15:19
AlexisPerry pushed a commit to llvm-project-tlp/llvm-project that referenced this pull request Jul 9, 2024
…es (llvm#95971)

This should fix the failures that started happening after llvm#93712 landed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants