From 3230817f3e08bfc9deb78228ae26a35490fbc20d Mon Sep 17 00:00:00 2001 From: qaqland <qaq@qaq.land> Date: Thu, 12 Dec 2024 01:06:44 +0800 Subject: [PATCH] community/duckscript: enable on loongarch64 --- community/duckscript/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/duckscript/APKBUILD b/community/duckscript/APKBUILD index 503fa62ab13b..8086a3402e22 100644 --- a/community/duckscript/APKBUILD +++ b/community/duckscript/APKBUILD @@ -5,8 +5,7 @@ pkgver=0.11.1 pkgrel=0 pkgdesc="Simple, extendable and embeddable scripting language" url="https://sagiegurari.github.io/duckscript/" -# loongarch64: blocked by libc crate -arch="all !loongarch64" +arch="all" license="Apache-2.0" makedepends=" bzip2-dev @@ -18,6 +17,7 @@ makedepends=" source="https://github.com/sagiegurari/duckscript/archive/$pkgver/duckscript-$pkgver.tar.gz use-zlib.patch " +options="net" # cargo fetch case "$CARCH" in # fails on builders for some reason with new networking -- GitLab