[libcxx-commits] [libcxx] 15113c3 - [libc++] Update the base image hash to get GCC 16 (#199882)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 27 11:47:48 PDT 2026
Author: Nikolas Klauser
Date: 2026-05-27T20:47:42+02:00
New Revision: 15113c3eedb1e5badc411602fb8daa57bb5f677e
URL: https://github.com/llvm/llvm-project/commit/15113c3eedb1e5badc411602fb8daa57bb5f677e
DIFF: https://github.com/llvm/llvm-project/commit/15113c3eedb1e5badc411602fb8daa57bb5f677e.diff
LOG: [libc++] Update the base image hash to get GCC 16 (#199882)
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 a499b0639629e..2b7cafc60d3c7 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: bd75c10199a159a20720f8ee5c00afebb033f46e
+ BASE_IMAGE_VERSION: 5a616ce490abe551ffc7a7714c28e90c483f5b39
GITHUB_RUNNER_VERSION: 2.334.0
libcxx-android-builder:
@@ -32,7 +32,7 @@ services:
context: ../../../.. # monorepo root
dockerfile: libcxx/utils/ci/docker/android-builder.dockerfile
args:
- BASE_IMAGE_VERSION: bd75c10199a159a20720f8ee5c00afebb033f46e
+ BASE_IMAGE_VERSION: 5a616ce490abe551ffc7a7714c28e90c483f5b39
ANDROID_CLANG_VERSION: r584948b
ANDROID_CLANG_PREBUILTS_COMMIT: 2b062008b0a7be59ad85f012cfeee60f052808f1
ANDROID_SYSROOT_COMMIT: f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f
More information about the libcxx-commits
mailing list