mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-29 12:35:31 +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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user