Skip to content

Commit

Permalink
MDBF-796 Add Eigen onto BB workers (Centos and co 8+/Debian/Fedora/SL…
Browse files Browse the repository at this point in the history
…ES/OpenSuSE)

RHEL/AlmaLinux this is in powertools repo on 8
and crb in 9.

This supports the vector search functionality in 11.7 preview.
  • Loading branch information
grooverdan committed Sep 16, 2024
1 parent ba106d0 commit d700b0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci_build_images/centos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RUN dnf -y install 'dnf-command(config-manager)' \
cracklib-devel \
createrepo \
curl-devel \
eigen3-devel \
flex \
galera-4 \
java-1.8.0-openjdk-devel \
Expand Down
1 change: 1 addition & 0 deletions ci_build_images/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN . /etc/os-release \
libboost-program-options-dev \
libbz2-dev \
libdbi-perl \
libeigen3-dev \
libffi-dev \
libio-socket-ssl-perl \
libnet-ssleay-perl \
Expand Down
1 change: 1 addition & 0 deletions ci_build_images/fedora.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf \
createrepo \
curl-devel \
dumb-init \
eigen3-devel \
flex \
fmt-devel \
galera-4 \
Expand Down
1 change: 1 addition & 0 deletions ci_build_images/opensuse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN zypper update -y \
cracklib-devel \
createrepo_c \
curl \
eigen3-devel \
expect \
fmt-devel \
galera-4 \
Expand Down
1 change: 1 addition & 0 deletions ci_build_images/sles.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN zypper -n update \
cmake \
cracklib-devel \
createrepo_c \
eigen3-devel \
expect \
galera-4 \
gcc-c++ \
Expand Down

0 comments on commit d700b0b

Please sign in to comment.