Skip to content

Commit

Permalink
opensuse15: add liburing-devel and libfmt dependencies
Browse files Browse the repository at this point in the history
libfmt was added in 10.7 as a dependency (MDEV-25015).
The autofetching mariadb-10.3 dependencies isn't enough.

Also liburing was added as 10.6 improvement over libaio
so include this.

opensuse-15.5 is the earliest supported version.
ref: https://endoflife.date/opensuse

No more boost-devel package and a few others have changed
package name. We've bumped boost from 1.66. to 1.75 and
openssl from 1 -> 3.
  • Loading branch information
grooverdan committed Jun 14, 2024
1 parent 7207fbf commit 2835a18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
# s390x)
# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
- dockerfile: opensuse.Dockerfile pip.Dockerfile
image: opensuse/leap:15.3
image: opensuse/leap:15.5
tag: opensuse15
platforms: linux/amd64
- dockerfile: sles.Dockerfile pip.Dockerfile
Expand Down
15 changes: 8 additions & 7 deletions ci_build_images/opensuse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,28 @@ LABEL maintainer="MariaDB Buildbot maintainers"
RUN zypper update -y && \
zypper install -y -t pattern devel_basis && \
zypper install -y \
boost-devel \
bzip2 \
ccache \
check-devel \
cmake \
cracklib-devel \
createrepo \
createrepo_c \
curl \
git \
glibc-locale \
gnutls-devel \
jemalloc-devel \
libboost_filesystem1_66_0-devel \
libboost_program_options1_66_0-devel \
libboost_system1_66_0-devel \
libboost_filesystem1_75_0-devel \
libboost_program_options1_75_0-devel \
libboost_system1_75_0-devel \
libbz2-devel \
libcurl-devel \
libffi-devel \
libfmt8 \
libgnutls-devel \
liblz4-devel \
libopenssl-3-devel \
liburing2-devel \
libxml2-devel \
openssl-devel \
perl-Net-SSLeay \
policycoreutils \
python-devel \
Expand Down

0 comments on commit 2835a18

Please sign in to comment.