Skip to content

Commit 4ead43d

Browse files
[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.
1 parent c15283b commit 4ead43d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/vcpkg/ports/libelf/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
vcpkg_download_distfile(
22
ARCHIVE
33
URLS
4+
"https://mirror.clarkson.edu/gentoo/distfiles/80/libelf-0.8.13.tar.gz"
5+
"https://mirror.dotsrc.org/mirrors/pub/gsb/gsb64-2.30_slackware64-13.1/source/l/libelf/libelf-0.8.13.tar.gz"
46
"https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz"
57
FILENAME
68
"libelf-0.8.13.tar.gz"

0 commit comments

Comments
 (0)