Skip to content

Commit 1d8a6cd

Browse files
hanidamlajfacebook-github-bot
authored andcommitted
add manifest for c-ares
Summary: We're working on open sourcing our new `proxygen::coro` library. `proxygen::coro` has a dependency on c-ares, so this diff adds the c-ares manifest file to support oss builds Reviewed By: mjoras Differential Revision: D80456516 fbshipit-source-id: 66542834ae41553d875017aaf40238d53715af32
1 parent 7060c31 commit 1d8a6cd

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[manifest]
2+
name = c-ares
3+
4+
[download]
5+
url = https://github.com/c-ares/c-ares/releases/download/v1.34.5/c-ares-1.34.5.tar.gz
6+
sha256 = 7d935790e9af081c25c495fd13c2cfcda4792983418e96358ef6e7320ee06346
7+
8+
[build]
9+
builder = cmake
10+
subdir = c-ares-1.34.5
11+
12+
[cmake.defines]
13+
CARES_STATIC = ON

build/fbcode_builder/manifests/proxygen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ folly
2828
fizz
2929
wangle
3030
mvfst
31+
c-ares
3132

3233
[dependencies.test=on]
3334
googletest

0 commit comments

Comments
 (0)