Skip to content

Commit 907742f

Browse files
authored
tag gdb targets as manual (#63)
Avoid eagerly fetching `gdb` if it is not (in)directly requested. Change-Id: I2385d8f58278af0efd6eddb8f9ae97db836352d9
1 parent a77dcdb commit 907742f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ filegroup(
1919
alias(
2020
name = "gdb",
2121
actual = "@gdb",
22+
tags = ["manual"],
2223
visibility = ["//visibility:public"],
2324
)
2425

@@ -35,6 +36,7 @@ qemu_runner(
3536

3637
gdb_qemu_runner(
3738
name = "gdb_qemu_runner",
39+
tags = ["manual"],
3840
visibility = ["//visibility:public"],
3941
)
4042

0 commit comments

Comments
 (0)