[libcxx-commits] [libcxx] d38959e - [libc++] Force rebuilding of the CI Docker image

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 7 07:13:37 PST 2026


Author: Louis Dionne
Date: 2026-01-07T10:13:32-05:00
New Revision: d38959e87a84a889f531090e0545a698cbc54afb

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

LOG: [libc++] Force rebuilding of the CI Docker image

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 2ae52952190e1..65ca6e3ab6912 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 2025-11-11."
+RUN echo "Last forced update executed on 2026-01-07."
 
 # 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