Skip to content

Commit 15c830d

Browse files
committed
account for PR #54739
1 parent f291f55 commit 15c830d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/agent/product/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ pkg_filegroup(
5252
# TODO: cacerts
5353
# TODO: dependency 'datadog-agent-integrations-py3'
5454
] + select({
55-
# //cmd/loader:trace_loader is target_compatible_with linux-only; it
56-
# must be select()-guarded rather than listed unconditionally above,
57-
# or any non-linux consumer of :all_files becomes incompatible too.
58-
"@platforms//os:linux": ["//cmd/loader:trace_loader"],
59-
"//conditions:default": [],
60-
}) + select({
6155
"//packages/agent:linux_default": [
6256
"//pkg/discovery/module/rust:all_files",
6357
"//pkg/procmgr/rust:all_files_linux",

0 commit comments

Comments
 (0)