mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Merge pull request #69856 from tchaikov/wip-seastar-sanitizer
crimson: keep seastar's sanitizers in lockstep with WITH_ASAN Reviewed-by: Matan Breizman <mbreizma@redhat.com>
This commit is contained in:
commit
440cba650a
@ -475,6 +475,11 @@ if(WITH_CRIMSON)
|
||||
set(Seastar_API_LEVEL "6" CACHE STRING "" FORCE)
|
||||
set(Seastar_IO_URING ${HAVE_LIBURING} CACHE BOOL "" FORCE)
|
||||
set(Seastar_DEPRECATED_OSTREAM_FORMATTERS OFF CACHE BOOL "" FORCE)
|
||||
if(WITH_ASAN)
|
||||
set(Seastar_SANITIZE "ON" CACHE STRING "" FORCE)
|
||||
else()
|
||||
set(Seastar_SANITIZE "OFF" CACHE STRING "" FORCE)
|
||||
endif()
|
||||
if(Seastar_DPDK)
|
||||
find_package(dpdk QUIET)
|
||||
if(NOT DPDK_FOUND)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user