Skip to content

Commit

Permalink
remove picking default boost for centos9
Browse files Browse the repository at this point in the history
Summary:
As titled, remove picking system boost for centos9 oss builds.

We are seeing the following error (https://tracker.ceph.com/issues/54265) when building qsfp service with c++20 and on CentOS9. We need boost 1.77 or more to build with c++20.

Discussion: https://fburl.com/workplace/4u3glapv

Reviewed By: chadaustin

Differential Revision: D55758008

fbshipit-source-id: dae0bb5a70de3de2988032412eaafbd1b6d4e53d
  • Loading branch information
srikrishnagopu authored and facebook-github-bot committed May 7, 2024
1 parent 1f41782 commit 2e49c8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/fbcode_builder/manifests/boost
Expand Up @@ -55,10 +55,6 @@ boost169-python3
boost169-serialization
boost169-program-options

[rpms.not(all(distro=centos_stream,distro_vers=8))]
boost-devel
boost-static

[build]
builder = boost
job_weight_mib = 512
Expand Down

0 comments on commit 2e49c8f

Please sign in to comment.