Skip to content

Commit deaaaa7

Browse files
pedroerpfacebook-github-bot
authored andcommitted
Add getdeps.py manifest
Summary: Adding simple getdeps.py manifest for f4d. Reviewed By: amitkdutta Differential Revision: D25842791 fbshipit-source-id: eabc33ec526c454f301f8cd401156f6250e5eaa1
1 parent 266b3e9 commit deaaaa7

File tree

1 file changed

+28
-0
lines changed
  • build/fbcode_builder/manifests

1 file changed

+28
-0
lines changed

build/fbcode_builder/manifests/f4d

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[manifest]
2+
name = f4d
3+
fbsource_path = fbcode/f4d
4+
shipit_project = f4d
5+
shipit_fbcode_builder = true
6+
7+
[git]
8+
repo_url = https://github.com/facebookexternal/f4d.git
9+
10+
# Skip non-linux builds for now.
11+
[build.not(os=linux)]
12+
builder = nop
13+
14+
[build.os=linux]
15+
builder = cmake
16+
17+
[dependencies]
18+
double-conversion
19+
folly
20+
glog
21+
googletest
22+
boost
23+
protobuf
24+
lzo
25+
26+
[shipit.pathmap]
27+
fbcode/f4d/public_tld = .
28+
fbcode/f4d = f4d

0 commit comments

Comments
 (0)