]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Buck config: Re-enable liburing under Linux (#6451)
authorsdong <siying.d@fb.com>
Mon, 24 Feb 2020 23:45:47 +0000 (15:45 -0800)
committersdong <siying.d@fb.com>
Tue, 25 Feb 2020 02:25:13 +0000 (18:25 -0800)
Summary:
The known bug of liburing has been fixed. Now we can re-enable liburing under Linux
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6451

Test Plan: Watch internal CI

Differential Revision: D20079009

fbshipit-source-id: 04a6f53a900ff721f9a62a188cf906771b5d68d2

TARGETS
buckifier/targets_cfg.py

diff --git a/TARGETS b/TARGETS
index 4aed52b23a66d0b836649649e6a002c718271165..00c46aed10f93427198c382da26440ab2c06dbf0 100644 (file)
--- a/TARGETS
+++ b/TARGETS
@@ -49,6 +49,7 @@ ROCKSDB_OS_PREPROCESSOR_FLAGS = [
             "-DROCKSDB_SCHED_GETCPU_PRESENT",
             "-DROCKSDB_IOURING_PRESENT",
             "-DHAVE_SSE42",
+            "-DLIBURING",
             "-DNUMA",
         ],
     ),
index 81d3babfdbab054d8e33e8f6c272e4280439414e..ac30427aeb472ce09be32a09cef152aa246d6035 100644 (file)
@@ -55,6 +55,7 @@ ROCKSDB_OS_PREPROCESSOR_FLAGS = [
             "-DROCKSDB_SCHED_GETCPU_PRESENT",
             "-DROCKSDB_IOURING_PRESENT",
             "-DHAVE_SSE42",
+            "-DLIBURING",
             "-DNUMA",
         ],
     ),