musl-*: use default Alpine mirror
Otherwise the test/test_aportgen.py case fails.
This commit is contained in:
parent
da846f1441
commit
eedbcf05d3
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ arch="armhf x86_64 x86"
|
|||
subpackages="musl-dev-aarch64:package_dev"
|
||||
|
||||
_arch="aarch64"
|
||||
_mirror="https://nl.alpinelinux.org/alpine/"
|
||||
_mirror="http://dl-cdn.alpinelinux.org/alpine/"
|
||||
|
||||
url="https://musl-libc.org"
|
||||
license="MIT"
|
||||
|
|
|
@ -8,7 +8,7 @@ arch="aarch64 x86_64 x86"
|
|||
subpackages="musl-dev-armhf:package_dev"
|
||||
|
||||
_arch="armhf"
|
||||
_mirror="https://nl.alpinelinux.org/alpine/"
|
||||
_mirror="http://dl-cdn.alpinelinux.org/alpine/"
|
||||
|
||||
url="https://musl-libc.org"
|
||||
license="MIT"
|
||||
|
|
|
@ -8,7 +8,7 @@ arch="armhf aarch64 x86"
|
|||
subpackages="musl-dev-x86_64:package_dev"
|
||||
|
||||
_arch="x86_64"
|
||||
_mirror="https://nl.alpinelinux.org/alpine/"
|
||||
_mirror="http://dl-cdn.alpinelinux.org/alpine/"
|
||||
|
||||
url="https://musl-libc.org"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue