Skip to content

Commit dabc77f

Browse files
Install ninja-build in amazonlinux2
1 parent 092f607 commit dabc77f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift-ci/main/amazon-linux/2/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ RUN yum -y install \
4141
wget \
4242
which
4343

44+
# Install ninja-build to save build-time
45+
RUN yum -y install ninja-build && ln -s /usr/bin/ninja-build /usr/bin/ninja
46+
4447
RUN mkdir -p /usr/local/lib/python3.7/site-packages/
4548

4649
RUN easy_install-3.7 six

0 commit comments

Comments
 (0)