Skip to content

Upgrade Ant:Ivy to avoid download mirror failure#1845

Merged
ryanbrandenburg merged 1 commit into
mainfrom
rybrande/ant_ivy_mirror
Jul 14, 2026
Merged

Upgrade Ant:Ivy to avoid download mirror failure#1845
ryanbrandenburg merged 1 commit into
mainfrom
rybrande/ant_ivy_mirror

Conversation

@ryanbrandenburg

Copy link
Copy Markdown
Contributor

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread .github/workflows/snapshot-verify.yml
Comment thread .github/workflows/snapshot-verify.yml
Comment thread .github/workflows/snapshot-publish.yml
Comment thread .github/workflows/snapshot-publish.yml
@RodneyRichardson

RodneyRichardson commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

See also #1847, which includes CoPilot suggestions to improve robustness.

  • Use -fsSL with curl to fail with an error message
  • Use archive.apache.org instead of downloads.apache.org

@ryanbrandenburg
ryanbrandenburg merged commit 5c29903 into main Jul 14, 2026
12 checks passed
@ryanbrandenburg
ryanbrandenburg deleted the rybrande/ant_ivy_mirror branch July 14, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants