Skip to content

Commit

Permalink
Update pinned folly
Browse files Browse the repository at this point in the history
Differential Revision: D62910529
  • Loading branch information
Nick Brekhus authored and facebook-github-bot committed Sep 18, 2024
1 parent f97e334 commit 6c8c383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@ checkout_folly:
fi
@# Pin to a particular version for public CI, so that PR authors don't
@# need to worry about folly breaking our integration. Update periodically
cd third-party/folly && git reset --hard c48fdd205c1c291651749d532b8055fe822bba25
cd third-party/folly && git reset --hard f7189afafc220bf1fea3aa118158cf0b7ad6b9ed
@# NOTE: this hack is required for clang in some cases
perl -pi -e 's/int rv = syscall/int rv = (int)syscall/' third-party/folly/folly/detail/Futex.cpp
@# NOTE: this hack is required for gcc in some cases
Expand Down

0 comments on commit 6c8c383

Please sign in to comment.