[libcxx-commits] [PATCH] D143007: [libc++][CI] Uses LLVM 17 in Docker.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 2 13:09:58 PST 2023


philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.

LGTM assuming the Docker container builds.



================
Comment at: libcxx/utils/ci/Dockerfile:79-80
 
 # TODO LLVM16 Don't install llvm-16-dev explicitly
 RUN apt-get update && apt-get install -y llvm-16-dev libclang-16-dev
 
----------------
Maybe also remove this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143007/new/

https://reviews.llvm.org/D143007



More information about the libcxx-commits mailing list