Skip to content

Commit f91959c

Browse files
sahilsdmeta-codesync[bot]
authored andcommitted
Add rebalancer cmake and manifest
Summary: Following steps here to add a new build process https://www.internalfb.com/wiki/Open_Source/Getdeps_Build/ Using same cmakefile as github - https://github.com/facebookincubator/rebalancer/blob/richard/CMakeLists.txt And adding a new manifest to start building this on devserver Reviewed By: r-barnes Differential Revision: D86833599 fbshipit-source-id: e99dc7bf3ac2f7fb5adf46b4548c7e321fa14b42
1 parent aa4683d commit f91959c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[manifest]
2+
name = rebalancer
3+
fbsource_path = fbcode/algopt/rebalancer/
4+
5+
[git]
6+
# To git clone on devserver, setup fwdproxy:
7+
# https://www.internalfb.com/wiki/Open_Source/Maintain_a_FB_OSS_Project/Devserver_GitHub_Access/
8+
repo_url = [email protected]:facebookincubator/rebalancer.git
9+
branch = richard
10+
11+
[build]
12+
builder = cmake
13+
14+
[dependencies]
15+
boost
16+
folly
17+
gflags
18+
glog
19+
fbthrift
20+
fmt
21+
fizz
22+
googletest
23+
xxhash
24+
25+
[cmake.defines.os=darwin]
26+
REBALANCER_USE_SCIP=0
27+
28+
[shipit.pathmap]
29+
fbcode/algopt/rebalancer/oss = .
30+
fbcode/algopt/rebalancer = rebalancer

0 commit comments

Comments
 (0)