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:
Andrii Nakryiko
2023-08-24 13:27:02 -07:00
committed by Andrii Nakryiko
parent 383198dc49
commit 6a91da19fe

View File

@@ -41,7 +41,7 @@ fi
# due to https://bugs.gentoo.org/794601) so let's just point the script to # 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 # commits referring to versions of libelf that actually can be built
rm -rf elfutils rm -rf elfutils
git clone git://sourceware.org/git/elfutils.git git clone https://sourceware.org/git/elfutils.git
( (
cd elfutils cd elfutils
git checkout 67a187d4c1790058fc7fd218317851cb68bb087c git checkout 67a187d4c1790058fc7fd218317851cb68bb087c