Skip to content

Commit ae2807f

Browse files
committed
chore: remove bazel strptime_cgo_testlib override
1 parent 5038adb commit ae2807f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

deps/go.MODULE.bazel

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ go_deps.gazelle_override(
5656
build_extra_args = ["-build_tags=trivy_no_javadb"],
5757
path = "github.com/aquasecurity/trivy",
5858
)
59-
go_deps.gazelle_override(
60-
# strptime_cgo_testlib.go uses tm_gmtoff (GNU extension, absent in
61-
# musl libc). Exclude the CGo test-helper files so Gazelle does not
62-
# include them in the generated go_library BUILD rules.
63-
build_extra_args = [
64-
"-exclude=timeutils/strptime_cgo_testlib.go",
65-
"-exclude=timeutils/strptime_cgo_test.go",
66-
],
67-
path = "github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal",
68-
)
6959
use_repo(
7060
go_deps,
7161
"cat_dario_mergo",

0 commit comments

Comments
 (0)