Skip to content

Commit 9e0dcac

Browse files
pedroerpfacebook-github-bot
authored andcommitted
Enable getdeps build on macOS
Summary: Enabling Velox/f4d getpdeps build on macOS, and adding the last required dependency (libicu). Reviewed By: amitkdutta Differential Revision: D27316661 fbshipit-source-id: 60edf7d4a953a62f2b7b52d9b4f0827d12ac1367
1 parent e142818 commit 9e0dcac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/f4d

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ shipit_fbcode_builder = true
77
[git]
88
repo_url = https://github.com/facebookexternal/f4d.git
99

10-
# Skip non-linux builds for now.
11-
[build.not(os=linux)]
10+
[build.os=windows]
1211
builder = nop
1312

14-
[build.os=linux]
13+
[build.not(os=windows)]
1514
builder = cmake
1615

1716
[dependencies]
@@ -22,6 +21,7 @@ googletest
2221
boost
2322
protobuf
2423
lzo
24+
libicu
2525

2626
[shipit.pathmap]
2727
fbcode/f4d/public_tld = .

0 commit comments

Comments
 (0)