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 89e972d commit 1b8809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_images/fedora.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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 \
&& if [ "${INSTALL_VALGRIND}" = "true" ]; then dnf -y install valgrind; fi \
&& if [ "true" = "true" ]; then dnf -y install valgrind; fi \
&& dnf clean all

ENV WSREP_PROVIDER=/usr/lib64/galera-4/libgalera_smm.so

0 comments on commit 1b8809d

Please sign in to comment.