diff --git a/Makefile b/Makefile index ad3add80f..e6e57655d 100644 --- a/Makefile +++ b/Makefile @@ -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 03041f014b6e6ebb6119ffae8b7a37308f52e913 @# 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