There was an error while loading. Please reload this page.
1 parent f291f55 commit 15c830dCopy full SHA for 15c830d
1 file changed
packages/agent/product/BUILD.bazel
@@ -52,12 +52,6 @@ pkg_filegroup(
52
# TODO: cacerts
53
# TODO: dependency 'datadog-agent-integrations-py3'
54
] + 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({
61
"//packages/agent:linux_default": [
62
"//pkg/discovery/module/rust:all_files",
63
"//pkg/procmgr/rust:all_files_linux",
0 commit comments