summaryrefslogtreecommitdiff
path: root/buckifier
diff options
context:
space:
mode:
authorYanqin Jin <yanqin@fb.com>2020-04-26 17:33:50 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2020-04-26 17:35:37 -0700
commit3b2f2719eb60afd26152ee5ef4834132ad0d7fe2 (patch)
treef9252db08874e0a9e3816c553eeafadcc41cc6a5 /buckifier
parent0a77617820f6a6a3ebde2a59a5e43c0f0e318b21 (diff)
Update buckifier to unblock future internal release (#6726)
Summary: Some recent PRs added new source files or modified TARGETS file manually. During next internal release, executing the following command will revert the manual changes. Update buckifier so that the following command ``` python buckfier/buckify_rocksdb.py ``` does not change TARGETS file. Pull Request resolved: https://github.com/facebook/rocksdb/pull/6726 Test Plan: ``` python buckifier/buckify_rocksdb.py ``` Reviewed By: siying Differential Revision: D21098930 Pulled By: riversand963 fbshipit-source-id: e884f507fefef88163363c9097a460c98f1ed850
Diffstat (limited to 'buckifier')
-rw-r--r--buckifier/buckify_rocksdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buckifier/buckify_rocksdb.py b/buckifier/buckify_rocksdb.py
index d2bba5940..15fa0c2d8 100644
--- a/buckifier/buckify_rocksdb.py
+++ b/buckifier/buckify_rocksdb.py
@@ -173,7 +173,7 @@ def generate_targets(repo_path, deps_map):
src_mk.get("ANALYZER_LIB_SOURCES", [])
+ src_mk.get('STRESS_LIB_SOURCES', [])
+ ["test_util/testutil.cc"],
- [":rocksdb_lib"])
+ [":rocksdb_lib", ":rocksdb_test_lib"])
print("Extra dependencies:\n{0}".format(str(deps_map)))
# test for every test we found in the Makefile