Skip to content

Commit 4601945

Browse files
snarkmasterfacebook-github-bot
authored andcommitted
Stop trying to build on Darwin, Windows
Reviewed By: nilesr Differential Revision: D26059442 fbshipit-source-id: d323ab38d7171b344c5a15863ec8d0a70b877853
1 parent 32c1516 commit 4601945

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/bistro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ shipit_fbcode_builder = true
77
[git]
88
repo_url = https://github.com/facebook/bistro.git
99

10-
[build]
10+
[build.os=linux]
1111
builder = bistro
1212

13+
# Bistro is Linux-specific
14+
[build.not(os=linux)]
15+
builder = nop
16+
1317
[dependencies]
1418
fmt
1519
folly

0 commit comments

Comments
 (0)