From 5c454033dd622bc48986dc8025f4936b5fa54975 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 26 Nov 2021 12:57:00 -0500 Subject: [PATCH] [libc++] Trigger rebuild of the Docker image so we get a new nightly Clang --- libcxx/utils/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile index 653fef0620db..cffb73581477 100644 --- a/libcxx/utils/ci/Dockerfile +++ b/libcxx/utils/ci/Dockerfile @@ -37,7 +37,7 @@ ENV DEBIAN_FRONTEND=noninteractive # CI builders to rebuild their copy of the Docker image. This is not a great # solution, however without that, the CI builders will keep the same cached # Docker image forever. -RUN echo 2 +RUN echo 3 RUN apt-get update && apt-get install -y bash curl