Skip to content

Commit 36157ac

Browse files
grooverdanRazvanLiviuVarzaru
authored andcommitted
MDEV-35826: bootstrap dependancies into debian builds
This enables the deb-autobake of ARM to be able to build prior to MariaDB/server#2651 being merged. Once merged, this commit can be removed and it will autopopulate based on the detection of Debian dependancies of the 11.4 branch.
1 parent cb7af12 commit 36157ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci_build_images/debian.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ RUN . /etc/os-release \
6464
iproute2 \
6565
iputils-ping \
6666
libasio-dev \
67+
# bootstrapping libboost additions in below line for MDEV-35826. \
68+
# to be removed after https://github.com/MariaDB/server/pull/2651 merge to 11.4 \
69+
libboost-atomic-dev libboost-chrono-dev libboost-date-time-dev libboost-regex-dev libboost-system-dev libboost-thread-dev \
6770
libboost-dev \
6871
libboost-filesystem-dev \
6972
libboost-program-options-dev \

0 commit comments

Comments
 (0)