Skip to content

Commit

Permalink
add fiber support
Browse files Browse the repository at this point in the history
Summary: This diff allows zmq socket to run on folly::fibers

Reviewed By: saifhhasan

Differential Revision: D15113447

fbshipit-source-id: 8a0e1f91d719a9deda48837d4ff1065408280b72
  • Loading branch information
Jingyi Yang authored and facebook-github-bot committed Jun 10, 2019
1 parent 30fe2f3 commit fc2d329
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions build/fbcode_builder/manifests/fbzmq
Original file line number Diff line number Diff line change
@@ -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]
1 change: 1 addition & 0 deletions build/fbcode_builder/specs/fbzmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ def fbcode_builder_spec(builder):
]),
],
}

0 comments on commit fc2d329

Please sign in to comment.