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
This commit is contained in:
Peter Dillinger 2021-02-08 14:44:02 -08:00 committed by Facebook GitHub Bot
parent cf160b98e1
commit 91e2c151d2
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ ROCKSDB_EXTERNAL_DEPS = [
("zlib", None, "z"),
("gflags", None, "gflags"),
("lz4", None, "lz4"),
("zstd", None),
("zstd", None, "zstd"),
]
ROCKSDB_OS_DEPS = [

View File

@ -32,7 +32,7 @@ ROCKSDB_EXTERNAL_DEPS = [
("zlib", None, "z"),
("gflags", None, "gflags"),
("lz4", None, "lz4"),
("zstd", None),
("zstd", None, "zstd"),
]
ROCKSDB_OS_DEPS = [