From 91e2c151d2a14fead3e2a4e565e3077c864bdf6f Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Mon, 8 Feb 2021 14:44:02 -0800 Subject: [PATCH] Update zstd in buck build (#7923) Summary: Needed for internal tooling update Pull Request resolved: https://github.com/facebook/rocksdb/pull/7923 Test Plan: internal tests Reviewed By: jay-zhuang Differential Revision: D26203911 Pulled By: pdillinger fbshipit-source-id: 223824c37e883285cbf041f52902ea60504afe72 --- TARGETS | 2 +- buckifier/targets_cfg.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TARGETS b/TARGETS index 72518651d..64e4547fb 100644 --- a/TARGETS +++ b/TARGETS @@ -25,7 +25,7 @@ ROCKSDB_EXTERNAL_DEPS = [ ("zlib", None, "z"), ("gflags", None, "gflags"), ("lz4", None, "lz4"), - ("zstd", None), + ("zstd", None, "zstd"), ] ROCKSDB_OS_DEPS = [ diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index 986a75b88..603aea1b4 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -32,7 +32,7 @@ ROCKSDB_EXTERNAL_DEPS = [ ("zlib", None, "z"), ("gflags", None, "gflags"), ("lz4", None, "lz4"), - ("zstd", None), + ("zstd", None, "zstd"), ] ROCKSDB_OS_DEPS = [