Skip to content

Commit 7d9c045

Browse files
KevinYakarfacebook-github-bot
authored andcommitted
Download libnl from github instead of infradead.org
Summary: X-link: facebook/fboss#433 X-link: facebook/fboss#432 We currently download the libnl tarball from infradead.org, but it has had outages of variying timeframes. It interrupts our github workflows for too long, so we should download from the github repo instead. Reviewed By: srikrishnagopu Differential Revision: D74664457 fbshipit-source-id: af06c7f83624b88136ac5e133b4d1d34a201783f
1 parent e98c9b5 commit 7d9c045

File tree

1 file changed

+1
-1
lines changed
  • build/fbcode_builder/manifests

1 file changed

+1
-1
lines changed

build/fbcode_builder/manifests/libnl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libnl-route-3-dev
1313
libnl
1414

1515
[download]
16-
url = https://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz
16+
url = https://github.com/thom311/libnl/releases/download/libnl3_2_25/libnl-3.2.25.tar.gz
1717
sha256 = 8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5
1818

1919
[build.os=linux]

0 commit comments

Comments
 (0)