Skip to content

Commit bee3377

Browse files
committed
[bazel] Add nobuildkite tags for incompatible targets
1 parent 96bba13 commit bee3377

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ cc_library(
440440
"source/Host/macosx/objcxx/*.h",
441441
]),
442442
strip_include_prefix = "source",
443+
tags = ["nobuildkite"],
443444
target_compatible_with = select({
444445
"@platforms//os:macos": [],
445446
"//conditions:default": ["@platforms//:incompatible"],
@@ -453,6 +454,7 @@ objc_library(
453454
"source/Host/macosx/objcxx/*.mm",
454455
]),
455456
copts = OBJCPP_COPTS,
457+
tags = ["nobuildkite"],
456458
target_compatible_with = select({
457459
"@platforms//os:macos": [],
458460
"//conditions:default": ["@platforms//:incompatible"],
@@ -780,6 +782,7 @@ objc_library(
780782
name = "DebugServerMacOSX",
781783
srcs = glob(["tools/debugserver/source/MacOSX/*.mm"]),
782784
copts = OBJCPP_COPTS,
785+
tags = ["nobuildkite"],
783786
target_compatible_with = select({
784787
"@platforms//os:macos": [],
785788
"//conditions:default": ["@platforms//:incompatible"],
@@ -796,6 +799,7 @@ cc_library(
796799
["tools/debugserver/source/**/*.cpp"],
797800
exclude = ["tools/debugserver/source/debugserver.cpp"],
798801
),
802+
tags = ["nobuildkite"],
799803
local_defines = ["LLDB_USE_OS_LOG"],
800804
deps = [
801805
":DebugServerCommonHeaders",
@@ -814,6 +818,7 @@ genrule(
814818
"mach_excUser.c",
815819
],
816820
cmd = "mig -header $(location :mach_exc.h) -server $(location :mach_excServer.c) -user $(location :mach_excUser.c) $(SRCS)",
821+
tags = ["nobuildkite"],
817822
target_compatible_with = select({
818823
"@platforms//os:macos": [],
819824
"//conditions:default": ["@platforms//:incompatible"],
@@ -834,6 +839,7 @@ cc_binary(
834839
":debugserver_version_gen",
835840
":mach_gen",
836841
],
842+
tags = ["nobuildkite"],
837843
target_compatible_with = select({
838844
"@platforms//os:macos": [],
839845
"//conditions:default": ["@platforms//:incompatible"],

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ cc_library(
232232
name = "PluginPlatformMacOSXObjCXXHeaders",
233233
hdrs = glob(["Platform/MacOSX/objcxx/*.h"]),
234234
include_prefix = "Plugins",
235+
tags = ["nobuildkite"],
235236
target_compatible_with = select({
236237
"@platforms//os:macos": [],
237238
"//conditions:default": ["@platforms//:incompatible"],
@@ -243,6 +244,7 @@ objc_library(
243244
name = "PluginPlatformMacOSXObjCXX",
244245
srcs = glob(["Platform/MacOSX/objcxx/*.mm"]),
245246
copts = OBJCPP_COPTS,
247+
tags = ["nobuildkite"],
246248
target_compatible_with = select({
247249
"@platforms//os:macos": [],
248250
"//conditions:default": ["@platforms//:incompatible"],
@@ -1750,6 +1752,7 @@ cc_library(
17501752
srcs = glob(["SymbolLocator/DebugSymbols/*.cpp"]),
17511753
hdrs = glob(["SymbolLocator/DebugSymbols/*.h"]),
17521754
include_prefix = "Plugins",
1755+
tags = ["nobuildkite"],
17531756
deps = [
17541757
":PluginObjectFileWasm",
17551758
"//lldb:Core",
@@ -2178,6 +2181,7 @@ cc_library(
21782181
srcs = glob(["Process/MacOSX-Kernel/*.cpp"]),
21792182
hdrs = glob(["Process/MacOSX-Kernel/*.h"]),
21802183
include_prefix = "Plugins",
2184+
tags = ["nobuildkite"],
21812185
target_compatible_with = select({
21822186
"@platforms//os:macos": [],
21832187
"//conditions:default": ["@platforms//:incompatible"],

0 commit comments

Comments
 (0)