Skip to content

Commit

Permalink
Update zstd in buck build (facebook#7923)
Browse files Browse the repository at this point in the history
Summary:
Needed for internal tooling update

Pull Request resolved: facebook#7923

Test Plan: internal tests

Reviewed By: jay-zhuang

Differential Revision: D26203911

Pulled By: pdillinger

fbshipit-source-id: 223824c37e883285cbf041f52902ea60504afe72
  • Loading branch information
pdillinger authored and facebook-github-bot committed Feb 8, 2021
1 parent cf160b9 commit 91e2c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ROCKSDB_EXTERNAL_DEPS = [
("zlib", None, "z"),
("gflags", None, "gflags"),
("lz4", None, "lz4"),
("zstd", None),
("zstd", None, "zstd"),
]

ROCKSDB_OS_DEPS = [
Expand Down
2 changes: 1 addition & 1 deletion buckifier/targets_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
("zlib", None, "z"),
("gflags", None, "gflags"),
("lz4", None, "lz4"),
("zstd", None),
("zstd", None, "zstd"),
]
ROCKSDB_OS_DEPS = [
Expand Down

0 comments on commit 91e2c15

Please sign in to comment.