-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
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
datadog-agent/7.64.1 package update #47515
Conversation
octo-sts
bot
commented
Mar 20, 2025
Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation. To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify: e.g. /ai-verify partially helpful but I also added bash to the build environment Gen AI suggestions to solve the build error: Based on the error message, I'll provide a specific analysis and fix: • Detected Error:
• Error Category: Version/Commit • Failure Point: Git checkout step in datadog-agent-core-integrations subpackage • Root Cause Analysis: The commit hash specified in the melange YAML (eb1cc6cf7b6d521bda3a8d1529cfe952e5355e89) doesn't match what's actually available on the 7.64.x branch (143b5e0bfc592627f6da8453e6a283020487828e) • Suggested Fix: - uses: git-checkout
with:
repository: https://github.com/DataDog/integrations-core
branch: ${{vars.datadog-major-minor-x}}
expected-commit: 143b5e0bfc592627f6da8453e6a283020487828e # Updated hash • Explanation: The build is failing because the git checkout step is finding a different commit than what was expected. This typically happens when the upstream repository has been updated. The fix updates the expected commit hash to match what's actually on the 7.64.x branch. • Additional Notes:
References:
|
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
d3948d5
to
d0bb32a
Compare