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:
committed by
Facebook Github Bot
parent
31dc592daf
commit
fef1c99c56
24
build/fbcode_builder/manifests/fbzmq
Normal file
24
build/fbcode_builder/manifests/fbzmq
Normal 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]
|
@@ -38,3 +38,4 @@ def fbcode_builder_spec(builder):
|
|||||||
]),
|
]),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user