[libcxx-commits] [libcxx] 1c8fd45 - [libcxx] Remove comment about manually installing ninja
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 21 13:02:13 PST 2025
Author: Aiden Grossman
Date: 2025-12-21T21:01:35Z
New Revision: 1c8fd452ba4adc62692a8b97d10796eff3350146
URL: https://github.com/llvm/llvm-project/commit/1c8fd452ba4adc62692a8b97d10796eff3350146
DIFF: https://github.com/llvm/llvm-project/commit/1c8fd452ba4adc62692a8b97d10796eff3350146.diff
LOG: [libcxx] Remove comment about manually installing ninja
This comment was addressed in 789ef89860e991f536b7ab896bf0562029804f58 but I
forgot to remove the comment. This PR addresses that.
Added:
Modified:
libcxx/utils/ci/docker/linux-builder-base.dockerfile
Removed:
################################################################################
diff --git a/libcxx/utils/ci/docker/linux-builder-base.dockerfile b/libcxx/utils/ci/docker/linux-builder-base.dockerfile
index 8a8a6e3888cbb..2ae52952190e1 100644
--- a/libcxx/utils/ci/docker/linux-builder-base.dockerfile
+++ b/libcxx/utils/ci/docker/linux-builder-base.dockerfile
@@ -48,8 +48,6 @@ RUN sudo apt-get update \
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
-# installation below.
RUN sudo apt-get update \
&& sudo apt-get install -y \
bash \
More information about the libcxx-commits
mailing list