Skip to content

Commit 9eb91f4

Browse files
committed
[bazel] Add nobuildkite tags for incompatible targets
1 parent a775455 commit 9eb91f4

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/lldb/source/Plugins

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ cc_library(
12651265
name = "PluginDynamicLoaderDarwinKernel",
12661266
srcs = glob(["DynamicLoader/Darwin-Kernel/*.cpp"]),
12671267
include_prefix = "Plugins",
1268+
tags = ["nobuildkite"],
12681269
deps = [
12691270
":DynamicLoaderDarwinKernelProperties",
12701271
":PluginDynamicLoaderDarwinKernelHeaders",
@@ -2146,6 +2147,7 @@ cc_library(
21462147
srcs = glob(["Process/mach-core/*.cpp"]),
21472148
hdrs = glob(["Process/mach-core/*.h"]),
21482149
include_prefix = "Plugins",
2150+
tags = ["nobuildkite"],
21492151
deps = [
21502152
":PluginDynamicLoaderDarwinKernelHeaders",
21512153
":PluginDynamicLoaderMacOSXDYLD",

0 commit comments

Comments
 (0)