Skip to content

Commit b311341

Browse files
afrindfacebook-github-bot
authored andcommitted
getdeps manifest for moxygen
Summary: Now moxygen can be built using getdeps Reviewed By: jordicenzano Differential Revision: D67601759 fbshipit-source-id: 808cb95f3f968b3948429f3fbcc9c2c096b25fcb
1 parent 1104068 commit b311341

File tree

1 file changed

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

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
[manifest]
2+
name = moxygen
3+
fbsource_path = fbcode/moxygen
4+
shipit_project = moxygen
5+
shipit_fbcode_builder = true
6+
7+
[git]
8+
repo_url = https://github.com/facebookexperimental/moxygen.git
9+
10+
[build.os=windows]
11+
builder = nop
12+
13+
[build]
14+
builder = cmake
15+
subdir = .
16+
job_weight_mib = 3072
17+
rewrite_includes = true
18+
19+
[cmake.defines.test=on]
20+
BUILD_TESTS = ON
21+
22+
[cmake.defines.test=off]
23+
BUILD_TESTS = OFF
24+
25+
[dependencies]
26+
zlib
27+
gperf
28+
folly
29+
fizz
30+
wangle
31+
mvfst
32+
proxygen
33+
34+
[dependencies.test=on]
35+
googletest
36+
37+
[shipit.pathmap]
38+
fbcode/ti/experimental/moxygen/project_root = .
39+
fbcode/ti/experimental/moxygen = moxygen

0 commit comments

Comments
 (0)