From f712ff3ca4f948d1854919b01801e2c2ab251b12 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 13 Nov 2020 01:52:58 -0800 Subject: [PATCH] Direct Arch users toward the latest tagged RocksDB --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 081bee4..c559778 100644 --- a/BUILD.md +++ b/BUILD.md @@ -16,13 +16,13 @@ > 👉 For best performance and stability, please check for the version available on your system and match that with the `git checkout` command above. - > 🛑 RocksDB 6.10.X and 6.11.X have a bug and should not be used. If you are affected by these versions please add `--with-included-rocksdb=v6.12.6` to `./configure` when instructed below. + > 🛑 RocksDB 6.10.X and 6.11.X have a bug and should not be used. If you are affected by these versions please add `--with-included-rocksdb=v6.13.3` to `./configure` when instructed below. 2. **Review special requirements for your platform** - #### Arch Linux - RocksDB versions 6.10.X and 6.11.X should not be used. If the RocksDB package version falls within this range (i.e. 6.10.2-1) you must configure with `--with-included-rocksdb=v6.12.6`. + RocksDB versions 6.10.X and 6.11.X should not be used. If the RocksDB package version falls within this range (i.e. 6.10.2-1) you must configure with `--with-included-rocksdb=v6.12.7` or later. - #### Ubuntu You must configure Construct with the option `--with-included-rocksdb`. This will fetch and properly build rocksdb.