Skip to content

Commit

Permalink
move ctest as well
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 3, 2024
1 parent ba3442b commit 06ab3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker-images/al2-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN yum -y update \
gcc-c++ \
which \
&& yum clean all \
&& rm -rf /var/cache/yum \
&& ctest --version
&& rm -rf /var/cache/yum

###############################################################################
# Python/AWS CLI
Expand All @@ -35,6 +34,7 @@ WORKDIR /tmp
RUN curl -sSL https://d19elf31gohf1l.cloudfront.net/_binaries/cmake/cmake-3.13-manylinux1-x64.tar.gz -o cmake.tar.gz \
&& tar xvzf cmake.tar.gz -C /usr/local \
&& cmake --version \
&& ctest --version
&& rm -f /tmp/cmake.tar.gz

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

0 comments on commit 06ab3d6

Please sign in to comment.