Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Jul 29, 2024
1 parent 0f9b3bc commit 21a2858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci_build_images/fedora.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf \
which \
&& if [ "$VERSION_ID" = 39 ]; then curl -s 'https://gitlab.kitware.com/cmake/cmake/-/raw/v3.28.5/Modules/Internal/CPack/CPackRPM.cmake?ref_type=tags' -o /usr/share/cmake/Modules/Internal/CPack/CPackRPM.cmake ; fi \
&& if [ "$(uname -m)" = "x86_64" ]; then dnf -y install libpmem-devel; fi \
&& INSTALL_VALGRIND=${INSTALL_VALGRIND} \
&& if [ "$INSTALL_VALGRIND" = "true" ]; then dnf -y install valgrind; fi \
&& echo "XXXXYYYYZZZZ $INSTALL_VALGRIND" \
&& dnf clean all
Expand Down

0 comments on commit 21a2858

Please sign in to comment.