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
Currently, debug symbol packages are not being generated when building version 5.0 of the wazuh-agent. The -d option, which is intended to enable this functionality, should be supported by the packaging scripts.
This issue aims to ensure that passing -d to the package generation process correctly triggers the creation of debug symbols packages, as expected.
Affected files
packages/macos/generate_wazuh_packages.sh
packages/generate_package.sh
Tasks
Investigate how the -d option is handled in the current scripts.
Ensure the -d flag enables debug symbol generation.
Validate that debug packages are created for version 5.0.
Update or document usage if necessary.
The text was updated successfully, but these errors were encountered:
Description
Currently, debug symbol packages are not being generated when building version 5.0 of the
wazuh-agent
. The-d
option, which is intended to enable this functionality, should be supported by the packaging scripts.This issue aims to ensure that passing
-d
to the package generation process correctly triggers the creation of debug symbols packages, as expected.Affected files
packages/macos/generate_wazuh_packages.sh
packages/generate_package.sh
Tasks
-d
option is handled in the current scripts.-d
flag enables debug symbol generation.The text was updated successfully, but these errors were encountered: