From a24127659243845dcb8401cd5dc9f75bf2aa8c2d Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 23 Sep 2022 21:25:48 +0000 Subject: [PATCH] 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 --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 20c040ead9..1184f57290 100644 --- a/versions.yaml +++ b/versions.yaml @@ -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: