[libcxx-commits] [libcxx] 8ece73c - [libc++] Update the base image hash to get most recent clang-23 (#208766)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 10 09:31:03 PDT 2026
Author: Yihan Wang
Date: 2026-07-10T12:30:58-04:00
New Revision: 8ece73c9f8b54fea6a98e9e4c55f9a2e6ccc9b3c
URL: https://github.com/llvm/llvm-project/commit/8ece73c9f8b54fea6a98e9e4c55f9a2e6ccc9b3c
DIFF: https://github.com/llvm/llvm-project/commit/8ece73c9f8b54fea6a98e9e4c55f9a2e6ccc9b3c.diff
LOG: [libc++] Update the base image hash to get most recent clang-23 (#208766)
Added:
Modified:
libcxx/utils/ci/docker/linux-builder-base.dockerfile
Removed:
################################################################################
diff --git a/libcxx/utils/ci/docker/linux-builder-base.dockerfile b/libcxx/utils/ci/docker/linux-builder-base.dockerfile
index 574bb4ae25f4a..08306f84b1033 100644
--- a/libcxx/utils/ci/docker/linux-builder-base.dockerfile
+++ b/libcxx/utils/ci/docker/linux-builder-base.dockerfile
@@ -21,7 +21,7 @@ FROM docker.io/library/ubuntu:noble
# Changing this file causes a rebuild of the image in a GitHub action. However, it does not cause
# the CI runners to switch to that image automatically, that must be done by updating the image used
# by the libc++ self-hosted runners in llvm-zorg. The date uses the ISO format YYYY-MM-DD.
-RUN echo "Last forced update executed on 2026-01-07."
+RUN echo "Last forced update executed on 2026-07-11."
# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
ENV DEBIAN_FRONTEND=noninteractive
More information about the libcxx-commits
mailing list