[libcxx-commits] [libcxx] [libc++] Update the base image hash to get GCC 16 (PR #199882)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 26 23:00:24 PDT 2026
https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/199882
None
>From e42241632e1ec081fc2ce8a001c649f0a91bdd98 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Wed, 27 May 2026 07:59:40 +0200
Subject: [PATCH] [libc++] Update the base image hash to get GCC 16
---
libcxx/utils/ci/docker/docker-compose.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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