build-all: use kernel as gmp mirror

As it seems more stable than the other ones.
This commit is contained in:
Andrej730
2026-08-28 17:48:03 +05:00
parent c13471a8af
commit 565393e0ec
+4 -2
View File
@@ -1533,8 +1533,10 @@ if "cgal" in targets:
build_tool_args=[ENABLE_FLAG, DISABLE_FLAG, "--with-pic", *gmp_args],
pre_compile_subs=([("build/config.h", "HAVE_OBSTACK_VPRINTF 1", "HAVE_OBSTACK_VPRINTF 0")] if WASM else []),
patch=gmp_patches,
# Sometimes ftp.gnu.org is very slow, use ftpmirror.gnu.org as a workaround.
download_url="https://ftpmirror.gnu.org/gnu/gmp/",
# Alternative mirrors:
# - ftpmirror.gnu.org
# - ftp.gnu.org
download_url="https://mirrors.kernel.org/gnu/gmp/",
download_name=f"gmp-{GMP_VERSION}.tar.bz2",
)