Skip to content

Commit

Permalink
Upgrade folly to v2023.12.04.00 (from v2022.11.14.00) (facebookincuba…
Browse files Browse the repository at this point in the history
…tor#7700)

Summary:
This version no longer uses deprecated openssl functions. (the actual change is in an earlier version but I think it makes sense to  bump as far as possible while we are at it)

Pull Request resolved: facebookincubator#7700

Reviewed By: Yuhta

Differential Revision: D51966751

Pulled By: kgpai

fbshipit-source-id: 33df50e9c6b92459247b7e578a453a2d24e0d6dc
  • Loading branch information
assignUser authored and Joe-Abraham committed Feb 2, 2024
1 parent 616b3dc commit 904c51c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ function install_fmt {
}

function install_folly {
<<<<<<< HEAD
github_checkout facebook/folly "${FB_OS_VERSION}"
=======
github_checkout facebook/folly "v2023.12.04.00"
OPENSSL_ROOT_DIR=$(brew --prefix [email protected]) \
>>>>>>> b9fb3039c (Upgrade folly to v2023.12.04.00 (from v2022.11.14.00) (#7700))
cmake_install -DBUILD_TESTS=OFF -DFOLLY_HAVE_INT128_T=ON
}

Expand Down

0 comments on commit 904c51c

Please sign in to comment.