sapling/build/fbcode_builder/manifests/fbzmq
Wez Furlong 75ad139034 fbzmq: disable build on darwin and windows
Summary:
boost.fiber is not available on macos and is required by fbzmq,
so disable the build on darwin.

In D17128935 I tried to make libzmq build with cmake to build
on windows, but there's a problem with its cmake and it fails
to configure.

So let's just nop out the build for !linux for now.

Reviewed By: jstrizich

Differential Revision: D17129362

fbshipit-source-id: db89010d18707a4105b8d395b1758f738336495d
2019-08-30 10:48:04 -07:00

31 lines
485 B
Plaintext

[manifest]
name = fbzmq
fbsource_path = facebook/fbzmq
shipit_project = fbzmq
shipit_fbcode_builder = true
[git]
repo_url = https://github.com/facebook/fbzmq.git
[build.os=linux]
builder = cmake
[build.not(os=linux)]
# boost.fiber is required and that is not available on macos.
# libzmq doesn't currently build on windows.
builder = nop
[dependencies]
boost
folly
fbthrift
googletest
sigar
libzmq
[shipit.pathmap]
fbcode/fbzmq = fbzmq
fbcode/fbzmq/public_tld = .
[shipit.strip]