1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-05 19:55:47 +03:00

Upgrade to boost 1.83

Summary:
X-link: https://github.com/facebookincubator/velox/pull/6943

Update to boost 1.83.  This addresses a folly build failure on Xcode 15, due to
boost 1.78 referring to the removed std::unary_function.

Reviewed By: jdelliot

Differential Revision: D49972186

fbshipit-source-id: 8d9fdd27c24ccc5a072b6973b86e0c8ed5b77ac3
This commit is contained in:
Mark Shroyer
2023-10-09 12:31:42 -07:00
committed by Facebook GitHub Bot
parent f9dab6056e
commit d69b7ce154
2 changed files with 6 additions and 6 deletions

View File

@@ -1009,7 +1009,7 @@ jobs:
# https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
out.write(" - name: Export boost environment\n")
out.write(
' run: "echo BOOST_ROOT=%BOOST_ROOT_1_78_0% >> %GITHUB_ENV%"\n'
' run: "echo BOOST_ROOT=%BOOST_ROOT_1_83_0% >> %GITHUB_ENV%"\n'
)
out.write(" shell: cmd\n")