Skip to content

Commit

Permalink
Remove manually created symbolic link to ninja-build (apache#18906)
Browse files Browse the repository at this point in the history
apache@6bcfce9 for master branch
  • Loading branch information
leezu committed Aug 12, 2020
1 parent 016c166 commit f2a8b97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/docker/Dockerfile.build.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ RUN yum -y check-update || true && \
gperf \
libb2-devel \
libzstd-devel && \
yum clean all && \
# Centos 7 only provides ninja-build
ln -s /usr/bin/ninja-build /usr/bin/ninja
yum clean all

# Make GCC7, Python 3.5 and Maven 3.3 Software Collections available by default
# during build and runtime of this container
Expand Down

0 comments on commit f2a8b97

Please sign in to comment.