diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-31 11:13:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-31 11:26:48 +0900 |
| commit | 8d872ff1cdd0f193cb491a6190eeee28c2ba1192 (patch) | |
| tree | 6f1e127c5f71ce300389539c1aeb09ba3d17fd98 /internal/rosa/make.go | |
| parent | bf14a412e47344fff2681f4b24d1ecc7415bfcb0 (diff) | |
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>
Diffstat (limited to 'internal/rosa/make.go')
| -rw-r--r-- | internal/rosa/make.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/make.go b/internal/rosa/make.go index f47be4eb..8d301356 100644 --- a/internal/rosa/make.go +++ b/internal/rosa/make.go @@ -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, ))) |
