From 736bc83270c5ab7931355f374d80bc9f44ecbdc0 Mon Sep 17 00:00:00 2001 From: pat somaru Date: Fri, 18 Feb 2022 13:59:23 -0800 Subject: [PATCH] fix issue with buckifier update (#9602) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/9602 Reviewed By: jay-zhuang Differential Revision: D34350406 Pulled By: likewhatevs fbshipit-source-id: caa81f272a429fbf7293f0588ea24cc53b29ee98 --- TARGETS | 2 +- buckifier/buckify_rocksdb.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TARGETS b/TARGETS index 52e85ceab..0be65cb2a 100644 --- a/TARGETS +++ b/TARGETS @@ -4,7 +4,7 @@ # This file is a Facebook-specific integration for buck builds, so can # only be validated by Facebook employees. # - +# @noautodeps @nocodemods load("//rocks/buckifier:defs.bzl", "cpp_library_wrapper","rocks_cpp_library_wrapper","cpp_binary_wrapper","cpp_unittest_wrapper","fancy_bench_wrapper","add_c_test_wrapper") diff --git a/buckifier/buckify_rocksdb.py b/buckifier/buckify_rocksdb.py index 5d2d81425..c60015dd0 100644 --- a/buckifier/buckify_rocksdb.py +++ b/buckifier/buckify_rocksdb.py @@ -218,7 +218,6 @@ def generate_targets(repo_path, deps_map): TARGETS.add_fancy_bench_config(config_dict['name']+"_slow",config_dict['benchmarks'], True, config_dict['expected_runtime']) except (FileNotFoundError, KeyError): - print(ColorString.warning("Failed to process bench config jsons")) pass TARGETS.add_test_header()