mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
testing/ghc-loongarch: fix validate when CBUILD != loongarch64-alpine-linux-musl
This commit is contained in:
parent
a82af6da57
commit
e4be22feaf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue