Builtin curl in default prep has no retry/resume: an interrupted 3.7 GB download restarts from zero and leaves a partial file that prep reuses silently. Custom pbuild::prep resumes with wget --continue and gates the build on gzip -t, so a truncated tarball can neither be reused nor require a full re-download. urls: dropped from config.yaml (unused with custom prep); install untars straight from the distfiles cache instead of a pointless 3.7 GB copy via SRC_DIR. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
330 B
YAML
15 lines
330 B
YAML
---
|
|
format: 1
|
|
ccp4:
|
|
defaults:
|
|
group: MX
|
|
overlay: base
|
|
relstage: unstable
|
|
# no urls: — download lives in build's pbuild::prep (wget --continue +
|
|
# gzip -t), because the builtin curl has no retry/resume for the 3.7 GB
|
|
# session-gated tarball
|
|
versions:
|
|
9.0:
|
|
config:
|
|
relstage: unstable
|