You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ABLD-8] Split the pkgconfig files from "all_files" but leave in pkg_install. (#46044)
Split the pkgconfig files out from "all_files" and leave only in the pkg_install rule, through the deps tree.
In #46025, we will start to include "all_files" directly.
- That is more managable than having to know all the component parts of each dependency.
- This limits installing .pc files to the omnibus scripts.
- Since they do not go into the package image, we don't have to delete them later.
- Eventually we'll just delete the pc targets since they won't be needed any more.
This probably has missed some packages. That is fine. We can discover and fix them later, after #46025 is landed and they merge into that scheme.
## Testing
Compared the .deb files for a recent PR #45988 to this. They are identical except for the expected diff of the link opt/datadog-packages/datadog-agent/stable
Co-authored-by: tony.aiuto <tony.aiuto@datadoghq.com>
0 commit comments