[libcxx-commits] [libcxx] a6cf9ec - [libc++] Bump base image version to most recent (#208776)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 10 11:50:47 PDT 2026


Author: Yihan Wang
Date: 2026-07-10T14:50:42-04:00
New Revision: a6cf9ec73060bf2b38b3981459071d86b254e8fc

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

LOG: [libc++] Bump base image version to most recent (#208776)

Signed-off-by: yronglin <yronglin777 at gmail.com>

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 cd0584ec07b69..eeffc71c39a95 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: 5a616ce490abe551ffc7a7714c28e90c483f5b39
+        BASE_IMAGE_VERSION: 8ece73c9f8b54fea6a98e9e4c55f9a2e6ccc9b3c
         GITHUB_RUNNER_VERSION: 2.335.0
 
   libcxx-android-builder:
@@ -32,7 +32,7 @@ services:
       context: ../../../.. # monorepo root
       dockerfile: libcxx/utils/ci/docker/android-builder.dockerfile
       args:
-        BASE_IMAGE_VERSION: 5a616ce490abe551ffc7a7714c28e90c483f5b39
+        BASE_IMAGE_VERSION: 8ece73c9f8b54fea6a98e9e4c55f9a2e6ccc9b3c
         ANDROID_CLANG_VERSION: r584948b
         ANDROID_CLANG_PREBUILTS_COMMIT: 2b062008b0a7be59ad85f012cfeee60f052808f1
         ANDROID_SYSROOT_COMMIT: f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f


        


More information about the libcxx-commits mailing list