[libcxx-commits] [libcxx] [libcxx][ci][NFC] Remove commented install line and disutils reference (PR #158015)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 11 02:17:40 PDT 2025


================
@@ -76,6 +76,9 @@ RUN sudo apt-get update \
     && sudo apt-get install -y \
         tzdata
 
+# Install various tools used by the build or the test suite
+# TODO add ninja-build once 1.11 is available in Ubuntu, also remove the manual
----------------
philnik777 wrote:

The comment says we need 1.11, which seems to be available with noble? I think we're still on jammy though, so an upgrade may be a good idea.

https://github.com/llvm/llvm-project/pull/158015


More information about the libcxx-commits mailing list