From c10447b4f07db583ef4aa5b188cc066d3a25a755 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 14 Dec 2022 08:32:44 +0800 Subject: [PATCH] seastar: bump up seastar submodule to recent master to address the fmtlib v9 compatibility issues. please note, the submodule is bump up to a commit which includes * a revert commit on top of upstream master HEAD. the revert is to work around the a recent change which adds a constraint on the parameter type of handle_exception(). we are using errorator along with handle_exception(), but errorator cannot fulfill the requirement of seastar::Future(), so we need to drop the change before we have a better solution. * a commit which defines __NR_pidfd_open if it is not defined. this should address the FTBFS on CentOS8 where glibc does not have this macro defined. Signed-off-by: Kefu Chai --- src/seastar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seastar b/src/seastar index f8d773989fccd..728ec533c88d9 160000 --- a/src/seastar +++ b/src/seastar @@ -1 +1 @@ -Subproject commit f8d773989fccdf8915260ac4675c4b02e14a57eb +Subproject commit 728ec533c88d9045562ba11119767b39063294f6 -- 2.39.5