File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
utils/bazel/llvm-project-overlay Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -916,7 +916,10 @@ apple_genrule(
916916 srcs = [":debugserver_unsigned" ],
917917 outs = ["debugserver" ],
918918 cmd = "cp $(SRCS) $(OUTS) && xcrun codesign -f -s - --entitlements $(location tools/debugserver/resources/debugserver-macosx-entitlements.plist) $(OUTS)" ,
919- tags = ["nobuildkite" ],
919+ tags = [
920+ "manual" ,
921+ "nobuildkite" ,
922+ ],
920923 target_compatible_with = select ({
921924 "@platforms//os:macos" : [],
922925 "//conditions:default" : ["@platforms//:incompatible" ],
Original file line number Diff line number Diff line change @@ -617,6 +617,7 @@ cc_test(
617617 allow_empty = False ,
618618 ),
619619 deps = [
620+ "//llvm:BitstreamReader" ,
620621 "//llvm:Core" ,
621622 "//llvm:Coverage" ,
622623 "//llvm:DebugInfo" ,
You can’t perform that action at this time.
0 commit comments