Commit d4340c0a authored by Luca Niccolini's avatar Luca Niccolini Committed by Facebook GitHub Bot

add zlib as an explicit dependency for getdeps build

Summary:
needed for QUIC/H3 interop

also make it possible to run getdeps build with extra arguments (--no-tests for
example)

Reviewed By: mjoras

Differential Revision: D24925777

fbshipit-source-id: fbdc1aa56e398d295ef8dac0ad0bab03bd7bd803
parent 14ff318b
...@@ -24,6 +24,7 @@ BUILD_TESTS = ON ...@@ -24,6 +24,7 @@ BUILD_TESTS = ON
BUILD_TESTS = OFF BUILD_TESTS = OFF
[dependencies] [dependencies]
zlib
gperf gperf
folly folly
fizz fizz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment