Skip to content

Commit ab552fa

Browse files
r-barnesmeta-codesync[bot]
authored andcommitted
Move rebalancer manifest to gcc14
Summary: Helps keep all of our compilation issues parsimonious Reviewed By: sahilsd Differential Revision: D93763962 fbshipit-source-id: 1afb77ae4e16763e5517fd413d44ad93d9479843
1 parent aa50ca7 commit ab552fa

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

build/fbcode_builder/manifests/rebalancer

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ builder = cmake
1313

1414
[dependencies]
1515
boost
16+
fbthrift
17+
fizz
18+
fmt
1619
folly
20+
gcc14
1721
gflags
1822
glog
19-
fbthrift
20-
fmt
21-
fizz
2223
googletest
2324
xxhash
2425

@@ -28,3 +29,10 @@ REBALANCER_USE_SCIP=0
2829
[shipit.pathmap]
2930
fbcode/algopt/rebalancer/oss = .
3031
fbcode/algopt/rebalancer = rebalancer
32+
33+
[dependencies.all(distro=centos_stream,distro_vers=9)]
34+
gcc14
35+
36+
[cmake.defines.all(distro=centos_stream,distro_vers=9)]
37+
CMAKE_C_COMPILER=/opt/rh/gcc-toolset-14/root/usr/bin/gcc
38+
CMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-14/root/usr/bin/g++

0 commit comments

Comments
 (0)