From f411c8bc978c9b5dceaeffb677b1f69c9d42f312 Mon Sep 17 00:00:00 2001 From: Yu Zhang Date: Tue, 17 Sep 2024 17:47:10 -0700 Subject: [PATCH] Update folly Github hash (#13017) Summary: The internal codebase is updated for the coro directory's graduation from experimental. Updating our build script for a newer version with this change too. Using this hash: https://github.com/facebook/folly/commit/03041f014b6e6ebb6119ffae8b7a37308f52e913 Pull Request resolved: https://github.com/facebook/rocksdb/pull/13017 Reviewed By: nickbrekhus Differential Revision: D62763932 Pulled By: jowlyzhang fbshipit-source-id: 1b211707fbc7d974d6d6ceaf577e174424bb44ed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad3add80f5..e6e57655de 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