Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 24, 2024
1 parent 3fdf440 commit 21d67a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/docker-images/manylinux2014-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ FROM quay.io/pypa/manylinux2014_x86_64
# Basics
###############################################################################
RUN yum -y install sudo cmake3 \
maven \ # used in java release pipeline
# used in java release pipeline
maven \
&& yum clean all \
&& ln -s `which cmake3` /usr/bin/cmake \
&& ln -s `which ctest3` /usr/bin/ctest \
Expand Down
3 changes: 2 additions & 1 deletion .github/docker-images/manylinux2014-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ FROM quay.io/pypa/manylinux2014_i686
# Basics
###############################################################################
RUN yum -y install sudo \
maven \ # used in java release pipeline
# used in java release pipeline
maven \
&& yum clean all

###############################################################################
Expand Down

0 comments on commit 21d67a7

Please sign in to comment.