Skip to content

Commit

Permalink
MDBF-882 - ColumnStore Package not created on SLES
Browse files Browse the repository at this point in the history
This is a fix for #681

While boost components were installed on SLES, the CS package was still missing.
After doing a CMAKE --trace I've found out that limbxml2 is missing.

MESSAGE_ONCE(CS_NO_LIBXML Could not find a usable libxml2 development environment! )

Tested locally with the current sles1506 container image and after
installing libxml2-devel, the CS packages are generated for mariadb server 10.11.
  • Loading branch information
RazvanLiviuVarzaru committed Jan 16, 2025
1 parent 876447a commit 1474fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_build_images/sles.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN zypper -n update \
liblz4-devel \
libopenssl-3-devel \
liburing2-devel \
libxml2-devel \
pam-devel \
pcre2-devel \
perl-Net-SSLeay \
Expand Down

0 comments on commit 1474fa5

Please sign in to comment.