wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
100 stars 90 forks source link

Package installation failures after VD refactor development #2763

Closed MarcelKemp closed 6 months ago

MarcelKemp commented 6 months ago
Wazuh version Install type Action performed Platform
4.8.0 Manager Install deb/rpm

Description

Checks have failed on the next merge upward PR for a variety of reasons, although all seem to be related to the development of the VD refactor that has been merged to 4.8.0:

We need to check the root of the problem and fix it so that we can correctly generate and install the packages via GitHub actions, and so that the checks pass correctly.

Error details

DoD

MarcelKemp commented 6 months ago

The problem is in the target that GitHub action uses when running the tests, as they use the target of the version that the PR refers to.

To fix the problem, it is necessary to first merge the wazuh/wazuh repository and then run the wazuh-packages checks, that way they all pass correctly, as shown in the following PR: