File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1
1
exports_files (["nogo_config.json" ])
2
2
3
- load ("@io_bazel_rules_go//go:def.bzl" , "go_library" )
4
-
5
3
# The output file will be empty unless we're using the force_build_cdeps config.
6
4
genrule (
7
5
name = "test_force_build_cdeps" ,
@@ -11,11 +9,3 @@ genrule(
11
9
"//conditions:default" : "touch $@" ,
12
10
}),
13
11
)
14
-
15
- # This noop target is a workaround for https://github.com/bazelbuild/bazel-gazelle/issues/1078.
16
- # We use it in //pkg/kv/kvclient/{kvcoord,rangefeed}.
17
- go_library (
18
- name = "noop" ,
19
- importpath = "noop" ,
20
- visibility = ["//pkg:__subpackages__" ],
21
- )
Original file line number Diff line number Diff line change @@ -122,10 +122,6 @@ gomock(
122
122
],
123
123
)
124
124
125
- # This noop target is a workaround for https://github.com/bazelbuild/bazel-gazelle/issues/1078.
126
- #
127
- # gazelle:resolve go github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord //build/bazelutil:noop
128
-
129
125
go_test (
130
126
name = "kvcoord_test" ,
131
127
size = "large" ,
@@ -174,7 +170,6 @@ go_test(
174
170
}),
175
171
shard_count = 16 ,
176
172
deps = [
177
- "//build/bazelutil:noop" ,
178
173
"//pkg/base" ,
179
174
"//pkg/config" ,
180
175
"//pkg/config/zonepb" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ go_test(
16
16
"write_skew_anomaly_test.go" ,
17
17
],
18
18
deps = [
19
- "//build/bazelutil:noop" ,
20
19
"//pkg/base" ,
21
20
"//pkg/kv" ,
22
21
"//pkg/kv/kvclient/kvcoord" , # keep
You can’t perform that action at this time.
0 commit comments