forked from Mirror/pmbootstrap
pmbootstrap aportgen: don't use CDN alpine mirror (MR 1963)
Use a deterministic mirror URL instead of CDN for aportgen. Otherwise we may generate a pmaport that wraps an apk from Alpine (e.g. musl-armv7) locally with one up-to-date mirror given by the CDN. But then the build will fail if CDN picks an outdated mirror for CI or BPO.
This commit is contained in:
parent
a870a69151
commit
5b55abd4d2
4 changed files with 9 additions and 3 deletions
|
@ -47,7 +47,7 @@ def generate(args, pkgname):
|
|||
subpackages="musl-dev-{arch}:package_dev"
|
||||
|
||||
_arch="{arch}"
|
||||
_mirror="{args.mirror_alpine}"
|
||||
_mirror="{pmb.config.aportgen_mirror_alpine}"
|
||||
|
||||
url="https://musl-libc.org"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue