1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-17 13:21:04 +03:00

add fiber support

Summary: This diff allows zmq socket to run on folly::fibers

Reviewed By: saifhhasan

Differential Revision: D15113447

fbshipit-source-id: 8a0e1f91d719a9deda48837d4ff1065408280b72
This commit is contained in:
Jingyi Yang
2019-06-10 08:42:18 -07:00
committed by Facebook Github Bot
parent 31dc592daf
commit fef1c99c56
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
[manifest]
name = fbzmq
fbsource_path = facebook/fbzmq
shipit_project = fbzmq
shipit_fbcode_builder = true
[git]
repo_url = https://github.com/facebook/fbzmq.git
[build]
builder = cmake
[dependencies]
boost
folly
fbthrift
googletest
sigar
libzmq
[shipit.pathmap]
fbcode/fbzmq = .
[shipit.strip]

View File

@@ -38,3 +38,4 @@ def fbcode_builder_spec(builder):
]), ]),
], ],
} }