Skip to content

Commit

Permalink
fedora: fix env path to where mariadb packages install galera-4
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jul 23, 2024
1 parent 1dcfb49 commit d4b6e1e
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 @@ -64,4 +64,4 @@ RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf \
&& if [ "$(uname -m)" = "x86_64" ]; then dnf -y install libpmem-devel; fi \
&& dnf clean all

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

0 comments on commit d4b6e1e

Please sign in to comment.