This is an automated email from the ASF dual-hosted git repository.
felixybw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 4ead43d660 [GLUTEN-11715][VL] Add fallback mirrors for libelf
downloads (#11904)
4ead43d660 is described below
commit 4ead43d660066ea5ab50df3cd78252e5c54db82d
Author: Asish Kumar <[email protected]>
AuthorDate: Sat Apr 11 12:54:25 2026 +0530
[GLUTEN-11715][VL] Add fallback mirrors for libelf downloads (#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.
---
dev/vcpkg/ports/libelf/portfile.cmake | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/vcpkg/ports/libelf/portfile.cmake
b/dev/vcpkg/ports/libelf/portfile.cmake
index 659ca075aa..fe4afa826b 100644
--- a/dev/vcpkg/ports/libelf/portfile.cmake
+++ b/dev/vcpkg/ports/libelf/portfile.cmake
@@ -1,6 +1,8 @@
vcpkg_download_distfile(
ARCHIVE
URLS
+ "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"
"https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz"
FILENAME
"libelf-0.8.13.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]