mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-05 21:53:20 +00:00
versions: Update gperf url to avoid libseccomp random failures
This PR updates the gperf url to avoid random failures when installing libseccomp as it seems that the mirrror url produces network random failures in multiple CIs. Fixes #5294 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
740e7e2f77
commit
8dc8565ed5
@ -209,7 +209,7 @@ externals:
|
||||
|
||||
gperf:
|
||||
description: "GNU gperf is a perfect hash function generator"
|
||||
url: "https://ftpmirror.gnu.org/gnu/gperf"
|
||||
url: "http://ftp.gnu.org/pub/gnu/gperf/"
|
||||
version: "3.1"
|
||||
|
||||
kubernetes:
|
||||
|
Loading…
Reference in New Issue
Block a user