mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/ghc-loongarch: fix validate when CBUILD != loongarch64-alpine-linux-musl
This commit is contained in:
parent
a82af6da57
commit
e4be22feaf
@ -71,7 +71,7 @@ subpackages="$pkgname-cmds::noarch $pkgname-doc"
|
|||||||
case "$_bootstrapver" in
|
case "$_bootstrapver" in
|
||||||
9.12.2)
|
9.12.2)
|
||||||
# bindist available
|
# bindist available
|
||||||
source="https://dev.alpinelinux.org/archive/ghc-loongarch/ghc-$_bootstrapver-$CBUILD.tar.xz"
|
source="https://dev.alpinelinux.org/archive/ghc-loongarch/ghc-$_bootstrapver-loongarch64-alpine-linux-musl.tar.xz"
|
||||||
_bindist_bootstrap=true
|
_bindist_bootstrap=true
|
||||||
_bindist_dir="$tmpdir/ghcbin-$_bootstrapver"
|
_bindist_dir="$tmpdir/ghcbin-$_bootstrapver"
|
||||||
export PATH="$_bindist_dir/bin:$PATH"
|
export PATH="$_bindist_dir/bin:$PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user