-
Notifications
You must be signed in to change notification settings - Fork 416
drupal-11/11.2.2 package update #58833
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
Conversation
octo-sts
bot
commented
Jul 10, 2025
Signed-off-by: wolfi-bot <[email protected]>
🔄 Build Failed: Git Checkout Error
Build Details
Root Cause Analysis 🔍The build failed because the actual commit hash for Drupal tag 11.2.2 (965123445745f50c7fc001c72a96650518c267d2) does not match the expected commit hash specified in the build configuration (4a1db0db3b144a42daa0887e904f942a55fe5b6b). This indicates that either the tag has been updated in the repository since the build configuration was created, or there's an incorrect commit hash specified in the configuration. 🔍 Build failure fix suggestionsFound similar build failures that have been fixed in the past and analyzed them to suggest a fix: Similar PRs with fixes
Suggested ChangesFile: drupal-11.yaml
Replacement: Content: Click to expand fix analysisAnalysisAfter examining the similar fixed build failures, a clear pattern emerges: all three examples involved fixing a Git commit hash mismatch in the Click to expand fix explanationExplanationThe build is failing because the expected commit hash for Drupal tag 11.2.2 (4a1db0db3b144a42daa0887e904f942a55fe5b6b) doesn't match the actual commit hash (965123445745f50c7fc001c72a96650518c267d2) that the tag points to in the repository. This could happen for several reasons:
By updating the This solution directly addresses the error message "FAIL Expected commit 4a1db0db3b144a42daa0887e904f942a55fe5b6b for 11.2.2, found 965123445745f50c7fc001c72a96650518c267d2" by updating our expectation to match reality. Click to expand alternative approachesAlternative Approaches
Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
Signed-off-by: Vishal Choudhary <[email protected]>
aborrero
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.