From 9e9211215c1a6cd655e912e8c620f12649176d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sat, 18 Mar 2023 13:54:34 -0700 Subject: [PATCH] MDEV-33750: Enable mariadb-plugin-rocksdb for riscv64 Based on riscv64 build logs the RocksDB plugin currently builds fine on it, and the riscv64 platform is 64-bit and has correct endianness for RocksDB, so all the pre-requisites for it working exist, so it should work. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c122b69efe0..be12d775508 100644 --- a/debian/control +++ b/debian/control @@ -840,7 +840,7 @@ Description: Amazon S3 archival storage engine for MariaDB them accessible in MariaDB in read-only mode. Package: mariadb-plugin-rocksdb -Architecture: amd64 arm64 mips64el ppc64el +Architecture: amd64 arm64 mips64el ppc64el riscv64 Depends: mariadb-server (= ${server:Version}), python3:any, rocksdb-tools,