Skip to content

Commit

Permalink
MDEV-33750: Enable mariadb-plugin-rocksdb for riscv64
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ottok authored and grooverdan committed Jul 17, 2024
1 parent bccdc72 commit 9e92112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e92112

Please sign in to comment.