We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0b1836 + a3a6a2a commit f5752c0Copy full SHA for f5752c0
bazel/thirdparty/seastar.BUILD
@@ -606,7 +606,10 @@ cc_library(
606
implementation_deps = [
607
"@c-ares",
608
"@openssl",
609
- ],
+ ] + select({
610
+ ":use_hwloc": ["@hwloc"],
611
+ "//conditions:default": [],
612
+ }),
613
includes = [
614
"include",
615
"src",
@@ -662,9 +665,6 @@ cc_library(
662
665
"@protobuf",
663
666
"@yaml-cpp",
664
667
] + select({
- ":use_hwloc": ["@hwloc"],
- "//conditions:default": [],
- }) + select({
668
":use_io_uring": ["@liburing"],
669
"//conditions:default": [],
670
}),
0 commit comments