We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a60aa commit 789ef89Copy full SHA for 789ef89
libcxx/utils/ci/docker/linux-builder-base.dockerfile
@@ -70,6 +70,7 @@ RUN sudo apt-get update \
70
libxml2-dev \
71
lsb-release \
72
make \
73
+ ninja-build \
74
python3 \
75
python3-dev \
76
python3-packaging \
@@ -83,14 +84,6 @@ RUN sudo apt-get update \
83
84
xz-utils \
85
&& sudo rm -rf /var/lib/apt/lists/*
86
-RUN <<EOF
87
- set -e
88
- wget -qO /tmp/ninja.gz https://github.com/ninja-build/ninja/releases/latest/download/ninja-linux.zip
89
- gunzip /tmp/ninja.gz
90
- chmod a+x /tmp/ninja
91
- sudo mv /tmp/ninja /usr/local/bin/ninja
92
-EOF
93
-
94
# These two locales are not enabled by default so generate them
95
RUN <<EOF
96
set -e
0 commit comments