We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the tooling to create DEB packages, including plugins and configuration files.
The text was updated successfully, but these errors were encountered:
Job failed due to missing dependencies
https://github.com/wazuh/wazuh-indexer/actions/runs/7340872168/job/19987822531 These packages are needed:
# Install necessary packages apt-get update -y && apt-get upgrade -y && apt-get install -y curl build-essential curl && \ apt-get install -y debmake debhelper-compat && \ apt-get install -y libxrender1 libxtst6 libasound2 libxi6 libgconf-2-4 && \ apt-get install -y libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libatspi2.0-dev libxcomposite-dev libxdamage1 libxfixes3 libxfixes-dev libxrandr2 libgbm-dev libxkbcommon-x11-0 libpangocairo-1.0-0 libcairo2 libcairo2-dev libnss3 libnspr4 libnspr4-dev freeglut3 && \ apt-get clean -y
We'll probably build a custom runner with these dependencies for best performance.
Sorry, something went wrong.
Build successful
https://github.com/wazuh/wazuh-indexer/actions/runs/7399946588
AlexRuiz7
Successfully merging a pull request may close this issue.
Description
Add the tooling to create DEB packages, including plugins and configuration files.
The text was updated successfully, but these errors were encountered: