[libcxx-commits] [libcxx] e7f53ec - [libc++] Bump Dockerfile
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 7 04:30:51 PST 2021
Author: Louis Dionne
Date: 2021-12-07T07:30:46-05:00
New Revision: e7f53ec78fe885987e1928c4603111a5062eec1b
URL: https://github.com/llvm/llvm-project/commit/e7f53ec78fe885987e1928c4603111a5062eec1b
DIFF: https://github.com/llvm/llvm-project/commit/e7f53ec78fe885987e1928c4603111a5062eec1b.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 cffb73581477d..18ede5f722e20 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 3
+RUN echo 4
RUN apt-get update && apt-get install -y bash curl
More information about the libcxx-commits
mailing list