[GLUTEN-11715][VL] Add fallback mirrors for libelf downloads#11904
Merged
FelixYBW merged 1 commit intoApr 11, 2026
Merged
Conversation
Add two verified mirrors ahead of the existing Fossies URL in the custom libelf vcpkg port so builds can continue when a single host is unavailable. The pinned SHA512 remains unchanged because all mirrors serve the same archive.
FelixYBW
approved these changes
Apr 11, 2026
zml1206
pushed a commit
to zml1206/gluten
that referenced
this pull request
Jun 10, 2026
…11904) Add two verified mirrors ahead of the existing Fossies URL in the custom libelf vcpkg port so builds can continue when a single host is unavailable. The pinned SHA512 remains unchanged because all mirrors serve the same archive.
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.
What changes are proposed in this pull request?
Fixes #11715.
The custom
libelfvcpkg port depended on a single Fossies download URL. When that host timed out, the entire Velox build failed even though the same archive was available elsewhere.This change adds two verified fallback mirrors ahead of the existing Fossies URL so
vcpkg_download_distfilecan keep building through single-host outages without changing the pinned source archive.How was this patch tested?
https://mirror.clarkson.edu/gentoo/distfiles/80/libelf-0.8.13.tar.gzhttps://mirror.dotsrc.org/mirrors/pub/gsb/gsb64-2.30_slackware64-13.1/source/l/libelf/libelf-0.8.13.tar.gzWas this patch authored or co-authored using generative AI tooling?
No