[libcxx-commits] [libcxx] 496a381 - [libc++] NFC: Try to trigger Docker image rebuild on CI nodes
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 27 07:02:07 PDT 2021
Author: Louis Dionne
Date: 2021-07-27T10:02:00-04:00
New Revision: 496a3815f43d20853a4fad77c7d70414385c3b06
URL: https://github.com/llvm/llvm-project/commit/496a3815f43d20853a4fad77c7d70414385c3b06
DIFF: https://github.com/llvm/llvm-project/commit/496a3815f43d20853a4fad77c7d70414385c3b06.diff
LOG: [libc++] NFC: Try to trigger Docker image rebuild on CI nodes
Added:
Modified:
libcxx/utils/ci/Dockerfile
Removed:
################################################################################
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 276e5a5cf275d..5cdb11a627953 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -y bash curl
# Install various tools used by the build or the test suite
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
+RUN echo
# Install Clang <latest>, <latest-1> and ToT, which are the ones we support.
ENV LLVM_LATEST_VERSION=12
More information about the libcxx-commits
mailing list