Skip to content

Commit 0218089

Browse files
fredemmottfacebook-github-bot
authored andcommitted
Mark zstd as a dependency of fizz
Summary: I don't understand why we have both manifests/specs; I was assuming one was generated from the other, but I don't see a at-generated and grep doesn't show up anything, so both are manual edits. Reviewed By: iahs Differential Revision: D29524000 fbshipit-source-id: 5f6df62f0162ea24a9903bedf5d220eab5c2dff1
1 parent e7559d8 commit 0218089

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build/fbcode_builder/manifests/fizz

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ BUILD_TESTS = OFF
2626
[dependencies]
2727
folly
2828
libsodium
29+
zstd
2930

3031
[dependencies.all(test=on, not(os=windows))]
3132
googletest_1_8

build/fbcode_builder/specs/fizz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import specs.folly as folly
1010
import specs.gmock as gmock
1111
import specs.sodium as sodium
12-
12+
import specs.zstd as zstd
1313

1414
def fbcode_builder_spec(builder):
1515
builder.add_option(
@@ -22,7 +22,7 @@ def fbcode_builder_spec(builder):
2222
},
2323
)
2424
return {
25-
"depends_on": [gmock, fmt, folly, sodium],
25+
"depends_on": [gmock, fmt, folly, sodium, zstd],
2626
"steps": [
2727
builder.fb_github_cmake_install(
2828
"fizz/fizz/build", github_org="facebookincubator"

0 commit comments

Comments
 (0)