Skip to content

Commit c720a1f

Browse files
committed
Deb: Build RocksDB only on 64-bit and small endian architectures
RocksDB configure step checks that platform is 64-bit and little endian, so limit the .deb packages to be built only on those platforms. List of official Debian platforms at https://www.debian.org/ports/index.en.html
1 parent e88e967 commit c720a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Description: Connect storage engine for MariaDB
534534
This package contains the Connect plugin for MariaDB.
535535

536536
Package: mariadb-plugin-rocksdb
537-
Architecture: any
537+
Architecture: amd64 arm64 mips64el ppc64el
538538
Depends: mariadb-server-10.3 (= ${binary:Version}),
539539
${misc:Depends},
540540
${shlibs:Depends}

0 commit comments

Comments
 (0)