From: sdong Date: Mon, 24 Feb 2020 23:45:47 +0000 (-0800) Subject: Buck config: Re-enable liburing under Linux (#6451) X-Git-Tag: v6.7.3~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b88bb9351402e7194aee09611e3aab1749c72293;p=rocksdb.git Buck config: Re-enable liburing under Linux (#6451) 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 --- diff --git a/TARGETS b/TARGETS index 4aed52b23..00c46aed1 100644 --- a/TARGETS +++ b/TARGETS @@ -49,6 +49,7 @@ ROCKSDB_OS_PREPROCESSOR_FLAGS = [ "-DROCKSDB_SCHED_GETCPU_PRESENT", "-DROCKSDB_IOURING_PRESENT", "-DHAVE_SSE42", + "-DLIBURING", "-DNUMA", ], ), diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index 81d3babfd..ac30427ae 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -55,6 +55,7 @@ ROCKSDB_OS_PREPROCESSOR_FLAGS = [ "-DROCKSDB_SCHED_GETCPU_PRESENT", "-DROCKSDB_IOURING_PRESENT", "-DHAVE_SSE42", + "-DLIBURING", "-DNUMA", ], ),