Skip to content

Commit d9783ae

Browse files
jbeshaymeta-codesync[bot]
authored andcommitted
Do not use homebrew's boost
Summary: Github workflows for mac are failing when brew defaults to boost 1.89 due to facebook/folly#2489 This will skip installing homebrew's boost until we support it for all the projects that depend on it. Reviewed By: afrind, kvtsoy Differential Revision: D84022732 fbshipit-source-id: 99c41f535694d3a73837f7357de79158fd452dc1
1 parent 5c870a7 commit d9783ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/boost

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ BOOST_ROOT_1_83_0
1818
libboost-all-dev
1919

2020
[homebrew]
21-
boost
21+
# Brew currently provides boost 1.89 which breaks the build https://github.com/facebook/folly/issues/2489
22+
# boost
2223
# Boost cmake detection on homebrew adds this as requirement: https://github.com/Homebrew/homebrew-core/issues/67427#issuecomment-754187345
2324
icu4c
2425

0 commit comments

Comments
 (0)