[libcxx-commits] [libcxx] 1837a83 - [libc++] Trigger a rebuild of the CI Docker images

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 8 11:34:46 PST 2021


Author: Louis Dionne
Date: 2021-11-08T14:34:24-05:00
New Revision: 1837a837b36b075011c2616edfa20b8161e58a72

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

LOG: [libc++] Trigger a rebuild of the CI Docker images

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 689d3f58775a..653fef0620db 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 1
+RUN echo 2
 
 RUN apt-get update && apt-get install -y bash curl
 


        


More information about the libcxx-commits mailing list