officialasishkumar opened a new pull request, #11904:
URL: https://github.com/apache/gluten/pull/11904

   ## What changes are proposed in this pull request?
   
   Fixes #11715.
   
   The custom `libelf` vcpkg 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_distfile` can keep building through single-host outages 
without changing the pinned source archive.
   
   ## How was this patch tested?
   
   - verified both added mirrors respond successfully
   - downloaded the archive from each added mirror and confirmed the SHA512 
matches the pinned checksum in the port file:
     - `https://mirror.clarkson.edu/gentoo/distfiles/80/libelf-0.8.13.tar.gz`
     - 
`https://mirror.dotsrc.org/mirrors/pub/gsb/gsb64-2.30_slackware64-13.1/source/l/libelf/libelf-0.8.13.tar.gz`
   
   ## Was this patch authored or co-authored using generative AI tooling?
   
   No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to