[libcxx-commits] [libcxx] [libc++] Fix the Docker image build (PR #150679)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 25 11:42:53 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
<details>
<summary>Changes</summary>
As a drive-by, also fix a comment that was outdated.
---
Full diff: https://github.com/llvm/llvm-project/pull/150679.diff
1 Files Affected:
- (modified) libcxx/utils/ci/Dockerfile (+2-3)
``````````diff
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 63ceceaa67635..036552aa27ffa 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -46,9 +46,8 @@ FROM $BASE_IMAGE AS builder-base
# 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 SHA in the Github workflow
-# file. The date uses the ISO format YYYY-MM-DD.
-RUN echo "Last forced update executed on 2025-04-28."
+# automatically, to do that please refer to the documentation.
+RUN echo "Last forced update executed on 2025-07-25."
# 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/150679
More information about the libcxx-commits
mailing list