Skip to content

Commit 8df9bf2

Browse files
authored
Merge pull request ceph#55770 from rosinL/wip-fix-64587
CMakeLists: disable Seastar_IO_URING to fix seastar unittest timeout
2 parents e37c605 + ebedfa7 commit 8df9bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ if(WITH_SEASTAR)
380380
endmacro ()
381381
set(Seastar_API_LEVEL "6" CACHE STRING "" FORCE)
382382
set(Seastar_HWLOC OFF CACHE BOOL "" FORCE)
383+
set(Seastar_IO_URING OFF CACHE BOOL "" FORCE)
383384
set(Seastar_STD_OPTIONAL_VARIANT_STRINGVIEW ON CACHE BOOL "" FORCE)
384385
if(Seastar_DPDK)
385386
find_package(dpdk QUIET)

0 commit comments

Comments
 (0)