From 7f546748345391646e30c7e0dc3fda9eb72db55b Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 11 Jan 2022 09:22:58 +0000 Subject: [PATCH] CI: Revert "CI: Switch to a mirror as gnu.org is down" This reverts commit 321995b7df787ee18e46d660ccf0d3862831d439. Now that gnu.org is back online, we don't need to use a mirror. Fixes: #3313. Signed-off-by: James O. D. Hunt --- ci/install_libseccomp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/install_libseccomp.sh b/ci/install_libseccomp.sh index a88561f2a5..c8f802ebd1 100755 --- a/ci/install_libseccomp.sh +++ b/ci/install_libseccomp.sh @@ -41,8 +41,7 @@ cflags="-O2" # gperf_version=$(get_version "externals.gperf.version") # gperf_url=$(get_version "externals.gperf.url") gperf_version="3.1" -# XXX: gnu.org currently unavailable - see https://github.com/kata-containers/kata-containers/issues/3314 -gperf_url="https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/gperf" +gperf_url="https://ftp.gnu.org/gnu/gperf" gperf_tarball="gperf-${gperf_version}.tar.gz" gperf_tarball_url="${gperf_url}/${gperf_tarball}"