Update seastar submodule

* seastar 1424d34c93...443e6a9b77 (5):
  > reactor: re-raise fatal signals
Ref #9242
  > test: initialize _earliest_started and _latest_finished
  > reactor: add io_uring backend
  > semaphore: add semaphore_unit operator bool
  > Merge 'map reduce: save mapper' from Benny Halevy

io_uring is disabled since the frozen toolchain's liburing it too old.

Closes #10794
This commit is contained in:
Avi Kivity
2022-06-14 12:14:58 +03:00
parent 5129280f45
commit 8f690fdd47
2 changed files with 2 additions and 1 deletions

View File

@@ -1602,6 +1602,7 @@ def configure_seastar(build_dir, mode, mode_config):
'-DSeastar_UNUSED_RESULT_ERROR=ON',
'-DCMAKE_EXPORT_COMPILE_COMMANDS=ON',
'-DSeastar_SCHEDULING_GROUPS_COUNT=16',
'-DSeastar_IO_URING=OFF', # Fedora 34's liburing is too old
] + distro_extra_cmake_args
if args.stack_guards is not None:

Submodule seastar updated: 1424d34c93...443e6a9b77