-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'build: support enabled options when building seastar-module' f…
…rom Kefu Chai before this change, when building seastar-module, we don't check for the enabled features. so, for instance io uring backend is not enabled even `Seastar_IO_URING` is set. in this series we * move `add_subdirectory(src)` down * `#include` the used header files * check for the enabled options, * link against the related libraries, and * add the required macro definitions this should enable seastar-module to build with, for instance, io_uring backend enabled. as `SEASTAR_HAVE_URING` enables this backend when building `src/core/reactor_backend.cc`. Fixes #2249 Closes #2252 * github.com:scylladb/seastar: build: support enabled options when building seastar-module treewide: include required header files build: move add_subdirectory(src) down
- Loading branch information
Showing
5 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters