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
This can be avoided by letting vcpkg manage these dependencies, this way the amount of external dependencies managed by the OS will be reduced.
In addition, we are going to adapt the build to be able to remove the vcpkg code as a submodule, as this recommendation was deprecated and there are other ways to adapt the project to avoid having vcpkg as a submodule.
MarcelKemp
changed the title
Integrate librpm dependencies as vcpkg managed dependencies
Integrate external dependencies as vcpkg managed dependencies and remove vcpkg from submodule
Sep 24, 2024
Related Issues
Description
After the development carried on here #65, many OS dependencies related to
librpm
are being added as seen in this workflow:wazuh-agent/.github/workflows/build_and_test_component.yml
Lines 25 to 32 in 56a3571
This can be avoided by letting vcpkg manage these dependencies, this way the amount of external dependencies managed by the OS will be reduced.
In addition, we are going to adapt the build to be able to remove the vcpkg code as a submodule, as this recommendation was deprecated and there are other ways to adapt the project to avoid having vcpkg as a submodule.
Tasks
vcpkg
. And adaptvcpkg
to the project, avoiding it as a submodule:vcpkg
to the project, avoiding it as a submodule.vcpkg
:vcpkg
as a submodule.The text was updated successfully, but these errors were encountered: