[libcxx-commits] [libcxx] 3a03764 - [libc++] Update the docker base image version (#185592)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 10 01:11:42 PDT 2026
Author: Nikolas Klauser
Date: 2026-03-10T09:11:37+01:00
New Revision: 3a03764cc1c32ff6a5e1fcdffae5b9463966bdd5
URL: https://github.com/llvm/llvm-project/commit/3a03764cc1c32ff6a5e1fcdffae5b9463966bdd5
DIFF: https://github.com/llvm/llvm-project/commit/3a03764cc1c32ff6a5e1fcdffae5b9463966bdd5.diff
LOG: [libc++] Update the docker base image version (#185592)
This updates the base image version so we can update our compilers.
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 1a1fb84c8bb79..6fc155a769aca 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: 825943e06f840710177e5514c4f61c9e73660c44
+ BASE_IMAGE_VERSION: 9b04a3cd393c24dfe14cf72f2130a17a9b2020b3
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: 825943e06f840710177e5514c4f61c9e73660c44
+ BASE_IMAGE_VERSION: 9b04a3cd393c24dfe14cf72f2130a17a9b2020b3
ANDROID_CLANG_VERSION: r563880
ANDROID_CLANG_PREBUILTS_COMMIT: 6ae4184bb8706f9731569b9a0a82be3fcdcb951c
ANDROID_SYSROOT_COMMIT: f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f
More information about the libcxx-commits
mailing list