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()