mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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.
This commit is contained in:
parent
bccdc72536
commit
9e9211215c
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue