[libcxx-commits] [libcxx] d4a69ef - [libc++][NFC] Bump Dockerfile to get latest nightly Clang
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 20 08:25:12 PST 2021
Author: Louis Dionne
Date: 2021-12-20T11:25:08-05:00
New Revision: d4a69ef8410d028f7b3e7f1e28fdc9179590af77
URL: https://github.com/llvm/llvm-project/commit/d4a69ef8410d028f7b3e7f1e28fdc9179590af77
DIFF: https://github.com/llvm/llvm-project/commit/d4a69ef8410d028f7b3e7f1e28fdc9179590af77.diff
LOG: [libc++][NFC] Bump Dockerfile to get latest nightly Clang
Added:
Modified:
libcxx/utils/ci/Dockerfile
Removed:
################################################################################
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 947401b8645b3..ba440040213d2 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 5
+RUN echo 6
RUN apt-get update && apt-get install -y bash curl
More information about the libcxx-commits
mailing list