[libcxx-commits] [libcxx] 5c45403 - [libc++] Trigger rebuild of the Docker image so we get a new nightly Clang

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 26 09:57:45 PST 2021


Author: Louis Dionne
Date: 2021-11-26T12:57:30-05:00
New Revision: 5c454033dd622bc48986dc8025f4936b5fa54975

URL: https://github.com/llvm/llvm-project/commit/5c454033dd622bc48986dc8025f4936b5fa54975
DIFF: https://github.com/llvm/llvm-project/commit/5c454033dd622bc48986dc8025f4936b5fa54975.diff

LOG: [libc++] Trigger rebuild of the Docker image so we get a new nightly Clang

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 653fef0620db0..cffb73581477d 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
 


        


More information about the libcxx-commits mailing list