mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-26 03:09:07 +08:00
fuzz: use https-based URL for elfutils
For environments behind proxies, having https:// URL for pulling GIT is more convenient. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
383198dc49
commit
6a91da19fe
@@ -41,7 +41,7 @@ fi
|
||||
# due to https://bugs.gentoo.org/794601) so let's just point the script to
|
||||
# commits referring to versions of libelf that actually can be built
|
||||
rm -rf elfutils
|
||||
git clone git://sourceware.org/git/elfutils.git
|
||||
git clone https://sourceware.org/git/elfutils.git
|
||||
(
|
||||
cd elfutils
|
||||
git checkout 67a187d4c1790058fc7fd218317851cb68bb087c
|
||||
|
||||
Reference in New Issue
Block a user