Skip to content

GH-51025: [CI] Use GNU mirror to download Bison - #51026

Closed
rok wants to merge 1 commit into
apache:mainfrom
rok:gh-51025-bison-download
Closed

GH-51025: [CI] Use GNU mirror to download Bison#51026
rok wants to merge 1 commit into
apache:mainfrom
rok:gh-51025-bison-download

Conversation

@rok

@rok rok commented Aug 28, 2026

Copy link
Copy Markdown
Member

Rationale for this change

Bison downloads from ftp.gnu.org fail on JNI linux jobs due to unreliable connectivity. Let's use GNU mirror redirector instead.

What changes are included in this PR?

Switch from ftp.gnu.org to ftpmirror.gnu.org to avoid download timeouts in Linux JNI jobs.

Are these changes tested?

By CI.

Are there any user-facing changes?

No, this is a CI only change.

Use the GNU mirror redirector instead of ftp.gnu.org to avoid download timeouts in Linux JNI jobs.
Copilot AI lite review requested due to automatic review settings August 28, 2026 14:08
@rok
rok requested a review from raulcd as a code owner August 28, 2026 14:08
@rok rok added the CI: Extra: C++ Run extra C++ CI label Aug 28, 2026
@github-actions

Copy link
Copy Markdown

⚠️ GitHub issue #51025 has been automatically assigned in GitHub to PR creator.

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

This PR aims to improve CI reliability for Linux JNI jobs by switching Bison downloads away from ftp.gnu.org to the GNU mirror redirector.

Changes:

  • Update the Bison download URL in the CI install script to use ftpmirror.gnu.org.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.


mkdir -p /tmp/bison
url="https://ftp.gnu.org/gnu/bison/bison-${version}.tar.gz"
url="https://ftpmirror.gnu.org/bison/bison-${version}.tar.gz"
@rok

rok commented Aug 28, 2026

Copy link
Copy Markdown
Member Author

This was likely fixed at the source, closing.

@rok rok closed this Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting committer review Awaiting committer review CI: Extra: C++ Run extra C++ CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants