[libcxx-commits] [libcxx] 9678d25 - [libc++] Bump Dockerfile

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 8 05:57:29 PST 2021


Author: Louis Dionne
Date: 2021-12-08T08:57:24-05:00
New Revision: 9678d25a976fd0d659f052840e78283f9cb1a147

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

LOG: [libc++] Bump Dockerfile

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 18ede5f722e20..947401b8645b3 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 4
+RUN echo 5
 
 RUN apt-get update && apt-get install -y bash curl
 


        


More information about the libcxx-commits mailing list