We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b488752 commit 388ad3cCopy full SHA for 388ad3c
tools/ioctl_sniffer/BUILD
@@ -44,6 +44,8 @@ go_binary(
44
# `:ioctl_hook`'s actual output file.
45
":ioctl_hook", # keep
46
],
47
+ # Disable nogo tests because this has C++ dependencies.
48
+ nogo = False,
49
static = True,
50
visibility = [
51
"//test:__subpackages__",
0 commit comments