internal/rosa: fetch from gnu mirror

GNU infrastructure is extraordinarily flaky and fetching from it killed the server too many times.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-31 11:13:14 +09:00
parent bf14a412e4
commit 8d872ff1cd
2 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ cd "$(mktemp -d)"
./build.sh
./make DESTDIR=/work install check
`, pkg.Path(AbsUsrSrc.Append("make"), false, pkg.NewHTTPGetTar(
nil, "https://ftp.gnu.org/gnu/make/make-"+version+".tar.gz",
nil, "https://ftpmirror.gnu.org/gnu/make/make-"+version+".tar.gz",
mustDecode(checksum),
pkg.TarGzip,
)))