aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2026-04-25 22:41:53 -0700
committerGitHub <noreply@github.com>2026-04-25 22:41:53 -0700
commitbd75c10199a159a20720f8ee5c00afebb033f46e (patch)
tree0037fcf474d18c3570488aa8e97969cd092b67c9
parentc01226500856d65145c37f9c44b82e6f7c60a806 (diff)
downloadllvm-bd75c10199a159a20720f8ee5c00afebb033f46e.tar.gz
llvm-bd75c10199a159a20720f8ee5c00afebb033f46e.tar.bz2
llvm-bd75c10199a159a20720f8ee5c00afebb033f46e.zip
[libcxx] Include python3-yaml and rsync in container (#194182)
rsync is needed for installing the kernel headers for the libc build. The yaml python package is needed for libc's hdrgen. This means we no longer have to install these utilities at runtime. They should be small enough relative to the existing container image size to not really have an impact in that regard.
-rw-r--r--libcxx/utils/ci/docker/linux-builder-base.dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/utils/ci/docker/linux-builder-base.dockerfile b/libcxx/utils/ci/docker/linux-builder-base.dockerfile
index 90c2b0554e27..574bb4ae25f4 100644
--- a/libcxx/utils/ci/docker/linux-builder-base.dockerfile
+++ b/libcxx/utils/ci/docker/linux-builder-base.dockerfile
@@ -76,6 +76,8 @@ RUN sudo apt-get update \
python3-setuptools \
python3-psutil \
python3-venv \
+ python3-yaml \
+ rsync \
software-properties-common \
swig \
unzip \