[libcxx-commits] [libcxx] [libc++] Update the base image hash to get most recently clang-23 (PR #208766)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 10 09:12:10 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Yihan Wang (yronglin)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/208766.diff
1 Files Affected:
- (modified) libcxx/utils/ci/docker/linux-builder-base.dockerfile (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/208766
More information about the libcxx-commits
mailing list