We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nobuildkite
1 parent a775455 commit 9eb91f4Copy full SHA for 9eb91f4
utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
@@ -1265,6 +1265,7 @@ cc_library(
1265
name = "PluginDynamicLoaderDarwinKernel",
1266
srcs = glob(["DynamicLoader/Darwin-Kernel/*.cpp"]),
1267
include_prefix = "Plugins",
1268
+ tags = ["nobuildkite"],
1269
deps = [
1270
":DynamicLoaderDarwinKernelProperties",
1271
":PluginDynamicLoaderDarwinKernelHeaders",
@@ -2146,6 +2147,7 @@ cc_library(
2146
2147
srcs = glob(["Process/mach-core/*.cpp"]),
2148
hdrs = glob(["Process/mach-core/*.h"]),
2149
2150
2151
2152
2153
":PluginDynamicLoaderMacOSXDYLD",
0 commit comments