[libcxx-commits] [PATCH] D140071: [libc++] Install llvm-16-dev explicitly until LLVM16 is stable
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 16 07:50:27 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG06e37c185373: [libc++] Install llvm-16-dev explicitly until LLVM16 is stable (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140071/new/
https://reviews.llvm.org/D140071
Files:
libcxx/utils/ci/Dockerfile
Index: libcxx/utils/ci/Dockerfile
===================================================================
--- libcxx/utils/ci/Dockerfile
+++ libcxx/utils/ci/Dockerfile
@@ -87,6 +87,9 @@
# Install llvm-dev to compile custom clang-tidy checks
RUN apt-get update && apt-get install llvm-$(($LLVM_HEAD_VERSION - 1))-dev llvm-$(($LLVM_HEAD_VERSION - 2))-dev
+# TODO LLVM16 Don't install llvm-16-dev explicitly
+RUN apt-get update && apt-get install llvm-16-dev
+
# Install clang-tools
RUN apt-get update && apt-get install -y clang-tools-$(($LLVM_HEAD_VERSION - 1)) clang-tools-$LLVM_HEAD_VERSION
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140071.483544.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221216/8a6a0794/attachment.bin>
More information about the libcxx-commits
mailing list