Skip to content

Commit 29c51ee

Browse files
LinuxJedigrooverdan
authored andcommitted
MDEV-35826 Fix COLUMNSTORE in Debian CI builds
Debian building tried to implicitly enable ColumnStore, but for this to work, the boost/flex dependencies need to be there.
1 parent 13e9f2d commit 29c51ee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

debian/control

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Build-Depends: bison,
99
default-jdk,
1010
dh-exec,
1111
dh-package-notes,
12-
flex [amd64],
12+
flex [amd64 arm64],
1313
gdb <!nocheck>,
1414
libaio-dev [linux-any],
15-
libboost-atomic-dev [amd64],
16-
libboost-chrono-dev [amd64],
17-
libboost-date-time-dev [amd64],
15+
libboost-atomic-dev [amd64 arm64],
16+
libboost-chrono-dev [amd64 arm64],
17+
libboost-date-time-dev [amd64 arm64],
1818
libboost-dev,
19-
libboost-filesystem-dev [amd64],
20-
libboost-regex-dev [amd64],
21-
libboost-system-dev [amd64],
22-
libboost-thread-dev [amd64],
19+
libboost-filesystem-dev [amd64 arm64],
20+
libboost-regex-dev [amd64 arm64],
21+
libboost-system-dev [amd64 arm64],
22+
libboost-thread-dev [amd64 arm64],
2323
libbz2-dev,
2424
libcrack2-dev (>= 2.9.0),
2525
libcurl4-openssl-dev | libcurl4-dev,

0 commit comments

Comments
 (0)