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

David Spickett via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 11 01:58:00 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
----------------
DavidSpickett wrote:

And off topic for this PR, but I checked this and Oracular is the first with a new enough package, but you're probably using Noble at the moment as that's the LTS.

https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=ninja-build

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


More information about the libcxx-commits mailing list