SMALLFIX: Use reliable mirrors for Bison and TCL in CentOS 7 Dockerfile#460
Open
akashlevy wants to merge 2 commits into
Open
SMALLFIX: Use reliable mirrors for Bison and TCL in CentOS 7 Dockerfile#460akashlevy wants to merge 2 commits into
akashlevy wants to merge 2 commits into
Conversation
ftp.gnu.org and SourceForge prdownloads are flaky in CI; switch to dotsrc and OSUOSL mirrors. Co-authored-by: Cursor <cursoragent@cursor.com>
parallaxsw
reviewed
Jul 12, 2026
parallaxsw
reviewed
Jul 12, 2026
Switch CentOS 7 Dockerfile downloads to the reviewer-suggested ftpmirror.gnu.org redirector for Bison and the SourceForge project download URL for TCL. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Updated to the suggested URLs after verifying with
|
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.
Summary
ftp.gnu.org/ SourceForgeprdownloadsURLs.https://ftpmirror.gnu.org(GNU redirector) for Bison and the SourceForge project download URL for TCL.Motivation
These mirrors frequently fail or hang during
docker build, breaking CentOS 7 based workflows.Test plan
wgetof both URLs succeeds and yields valid gzip tarballs (bison-3.8.2,tcl8.6.16)docker build -f Dockerfile.centos7 .succeeds downloading Bison and TCL