forked from facebookincubator/cinderx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrebalancer
More file actions
51 lines (41 loc) · 1003 Bytes
/
Copy pathrebalancer
File metadata and controls
51 lines (41 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[manifest]
name = rebalancer
fbsource_path = fbcode/algopt/rebalancer/
shipit_project = facebookincubator/rebalancer
shipit_fbcode_builder = true
use_shipit = true
[git]
# To git clone on devserver, setup fwdproxy:
# https://www.internalfb.com/wiki/Open_Source/Maintain_a_FB_OSS_Project/Devserver_GitHub_Access/
repo_url = https://github.com/facebookincubator/rebalancer.git
branch = main
[build]
builder = cmake
[cmake.defines]
CMAKE_POSITION_INDEPENDENT_CODE=ON
[dependencies]
boost
fbthrift
fmt
folly
gflags
glog
googletest
highs-optimizer
xxhash
[dependencies.os=linux]
clang19
[cmake.defines.os=linux]
CMAKE_C_COMPILER=clang-19
CMAKE_CXX_COMPILER=clang++-19
[shipit.strip]
^.*/fb/.*$
[shipit.pathmap]
fbcode/algopt/rebalancer/oss_root = .
fbcode/algopt/rebalancer = algopt/rebalancer
fbcode/algopt/lp = algopt/lp
[dependencies.all(distro=centos_stream,distro_vers=9)]
clang19
[cmake.defines.all(distro=centos_stream,distro_vers=9)]
CMAKE_C_COMPILER=clang-19
CMAKE_CXX_COMPILER=clang++-19