Skip to content

Commit 1c8fd45

Browse files
[libcxx] Remove comment about manually installing ninja
This comment was addressed in 789ef89 but I forgot to remove the comment. This PR addresses that.
1 parent 366f6eb commit 1c8fd45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/utils/ci/docker/linux-builder-base.dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ RUN sudo apt-get update \
4848
tzdata
4949

5050
# Install various tools used by the build or the test suite
51-
# TODO add ninja-build once 1.11 is available in Ubuntu, also remove the manual
52-
# installation below.
5351
RUN sudo apt-get update \
5452
&& sudo apt-get install -y \
5553
bash \

0 commit comments

Comments
 (0)