Skip to content

Commit 98c5a2c

Browse files
authored
Remove bazel strptime_cgo_testlib override (#54810)
<!--Please give us some feedback on your experience writing this PR ! https://app.datadoghq.com/forms/43db4c02-6837-400c-8083-692e141b1b88 !--> ### What does this PR do? Remove bazel strptime_cgo_testlib override. ### Motivation Fixed by open-telemetry/opentelemetry-collector-contrib#49516. ### Describe how you validated your changes CI ### Additional Notes Co-authored-by: pierre.gimalac <pierre.gimalac@datadoghq.com>
1 parent 237a0b2 commit 98c5a2c

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)