From e4be22feafcc2303589d4114b11d8c7528ad7985 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Wed, 9 Jul 2025 15:00:37 +0000 Subject: [PATCH] testing/ghc-loongarch: fix validate when CBUILD != loongarch64-alpine-linux-musl --- testing/ghc-loongarch/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ghc-loongarch/APKBUILD b/testing/ghc-loongarch/APKBUILD index 11c62c84a19..f7a7355bf7c 100644 --- a/testing/ghc-loongarch/APKBUILD +++ b/testing/ghc-loongarch/APKBUILD @@ -71,7 +71,7 @@ subpackages="$pkgname-cmds::noarch $pkgname-doc" case "$_bootstrapver" in 9.12.2) # 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_dir="$tmpdir/ghcbin-$_bootstrapver" export PATH="$_bindist_dir/bin:$PATH"