From d55985bb7dfb201a3e2d22ac08885a7f0c7116fd Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Sun, 11 Oct 2020 13:54:22 +0300 Subject: [PATCH] build: Upgrade to seastar API level 6 Signed-off-by: Benny Halevy Message-Id: <20201011105422.818623-2-bhalevy@scylladb.com> --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 05859862b4..da79703e84 100755 --- a/configure.py +++ b/configure.py @@ -1344,7 +1344,7 @@ def configure_seastar(build_dir, mode): '-DSeastar_CXX_FLAGS={}'.format((seastar_cflags + ' ' + modes[mode]['cxx_ld_flags']).replace(' ', ';')), '-DSeastar_LD_FLAGS={}'.format(seastar_ldflags), '-DSeastar_CXX_DIALECT=gnu++20', - '-DSeastar_API_LEVEL=5', + '-DSeastar_API_LEVEL=6', '-DSeastar_UNUSED_RESULT_ERROR=ON', ]