[libcxx-commits] [libcxx] 881dc13 - [libc++] Install Python packaging to resolve LLDB data formatter issues (#95971)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 19 08:19:59 PDT 2024


Author: Louis Dionne
Date: 2024-06-19T11:19:55-04:00
New Revision: 881dc132a21d645163ce00fe7b85499687ba8538

URL: https://github.com/llvm/llvm-project/commit/881dc132a21d645163ce00fe7b85499687ba8538
DIFF: https://github.com/llvm/llvm-project/commit/881dc132a21d645163ce00fe7b85499687ba8538.diff

LOG: [libc++] Install Python packaging to resolve LLDB data formatter issues (#95971)

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

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


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