Upgrade Ant:Ivy to avoid download mirror failure#1845
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions snapshot workflows to use Apache Ivy 2.5.3 instead of 2.5.2, addressing CI failures caused by the 2.5.2 tarball being unavailable from the Apache download mirror.
Changes:
- Bump Ivy download URL/path from 2.5.2 to 2.5.3 for Linux runners in snapshot verify/publish workflows.
- Bump Ivy download URL/path from 2.5.2 to 2.5.3 for Windows runners in snapshot verify/publish workflows.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/snapshot-verify.yml | Updates Linux/Windows Ivy download to 2.5.3 to stabilize snapshot verification runs. |
| .github/workflows/snapshot-publish.yml | Updates Linux/Windows Ivy download to 2.5.3 to stabilize snapshot publishing runs. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 4
- Review effort level: Low
grvillic
approved these changes
Jul 14, 2026
Contributor
|
See also #1847, which includes CoPilot suggestions to improve robustness.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've got some tests failing to acquire Ivy right now which is blocker merging. This appears to be an issue with the tar.gz not being available at https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.tar.gz. That's likely temporary, but 2.5.3 IS available so we may as well upgrade since the most recent version is less likely to be unavailable.