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
main
Peter Dillinger 4 years ago committed by Facebook GitHub Bot
parent cf160b98e1
commit 91e2c151d2
  1. 2
      TARGETS
  2. 2
      buckifier/targets_cfg.py

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

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

Loading…
Cancel
Save