Skip to content

Commit

Permalink
MDEV-32686: install dh-package-notes (TMP)
Browse files Browse the repository at this point in the history
Bootstrap this package build dependency into the
CI images before server PR MariaDB/server#3692
is merged so autobake-deb builders contine to work.

Can be removed once server commit merged up to main.
  • Loading branch information
grooverdan committed Dec 18, 2024
1 parent 769e3b7 commit f44a707
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci_build_images/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ RUN . /etc/os-release \
sudo \
wget \
&& if [ "$(getconf LONG_BIT)" = 64 ]; then apt-get -y install --no-install-recommends galera-4; fi \
&& if [ "${VERSION_ID}" != 22.04 ] && [ "${VERSION_ID}" != 11 ]; then \
# Bootstrap MDEV-32686 so only temporary until https://github.com/MariaDB/server/pull/3692 merged up \
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends dh-package-notes; \
fi \
&& if [ "${VERSION_ID}" != 18.04 ]; then \
apt-get -y install --no-install-recommends flex; \
fi \
Expand Down

0 comments on commit f44a707

Please sign in to comment.