We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ffa0e commit 73ef4b6Copy full SHA for 73ef4b6
libcxx/utils/ci/Dockerfile
@@ -45,8 +45,10 @@ ARG BASE_IMAGE
45
FROM $BASE_IMAGE AS builder-base
46
47
# Changing this file causes a rebuild of the image in a GitHub action.
48
-# The date uses the ISO format YYYY-MM-DD.
49
-RUN echo "Last forced update executed on 2025-04-05."
+# 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
50
+# file. The date uses the ISO format YYYY-MM-DD.
51
+RUN echo "Last forced update executed on 2025-04-28."
52
53
# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
54
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments