[libcxx-commits] [libcxx] a691a45 - [libc++] Bump base image version in Docker compose (#188848)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 27 07:24:01 PDT 2026
Author: Louis Dionne
Date: 2026-03-27T10:23:57-04:00
New Revision: a691a452b54ef24876f48ec0d854e6d6a59e97a7
URL: https://github.com/llvm/llvm-project/commit/a691a452b54ef24876f48ec0d854e6d6a59e97a7
DIFF: https://github.com/llvm/llvm-project/commit/a691a452b54ef24876f48ec0d854e6d6a59e97a7.diff
LOG: [libc++] Bump base image version in Docker compose (#188848)
This adds python-venv to the Docker image.
Added:
Modified:
libcxx/utils/ci/docker/docker-compose.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/docker/docker-compose.yml b/libcxx/utils/ci/docker/docker-compose.yml
index f4cb0b935a261..1351e54bb026e 100644
--- a/libcxx/utils/ci/docker/docker-compose.yml
+++ b/libcxx/utils/ci/docker/docker-compose.yml
@@ -23,7 +23,7 @@ services:
context: ../../../.. # monorepo root
dockerfile: libcxx/utils/ci/docker/linux-builder.dockerfile
args:
- BASE_IMAGE_VERSION: e9437d01e4a95c0752937b9a35121457b5835afa
+ BASE_IMAGE_VERSION: e849c68657d88d03235b87da34c740cda3abebd4
GITHUB_RUNNER_VERSION: 2.331.0
libcxx-android-builder:
@@ -32,7 +32,7 @@ services:
context: ../../../.. # monorepo root
dockerfile: libcxx/utils/ci/docker/android-builder.dockerfile
args:
- BASE_IMAGE_VERSION: e9437d01e4a95c0752937b9a35121457b5835afa
+ BASE_IMAGE_VERSION: e849c68657d88d03235b87da34c740cda3abebd4
ANDROID_CLANG_VERSION: r584948b
ANDROID_CLANG_PREBUILTS_COMMIT: 2b062008b0a7be59ad85f012cfeee60f052808f1
ANDROID_SYSROOT_COMMIT: f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f
More information about the libcxx-commits
mailing list