[libcxx-commits] [libcxx] [libc++] Install Python packaging to resolve LLDB data formatter issues (PR #95971)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 18 12:02:30 PDT 2024
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/95971
This should fix the failures that started happening after #93712 landed.
>From 82d56c1800c2372f8ea98600105b9e0c7267955d Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Tue, 18 Jun 2024 14:50:18 -0400
Subject: [PATCH] [libc++] Install Python packaging to resolve LLDB data
formatter issues
This should fix the failures that started happening after #93712 landed.
---
libcxx/utils/ci/Dockerfile | 1 +
1 file changed, 1 insertion(+)
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 \
More information about the libcxx-commits
mailing list