From 71264fb652ef3e36c8328072ec3020e8c502bd9c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 30 Nov 2023 00:20:57 -0500 Subject: [PATCH] user/dotnet8-stage0: enable mono --- user/dotnet8-stage0/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user/dotnet8-stage0/APKBUILD b/user/dotnet8-stage0/APKBUILD index c82e702..b78fc31 100644 --- a/user/dotnet8-stage0/APKBUILD +++ b/user/dotnet8-stage0/APKBUILD @@ -37,8 +37,7 @@ pkgdesc="The .NET Core stage0 bits for dotnet build" # x86: blocked by https://github.com/dotnet/runtime/issues/83509 # armhf: blocked by https://github.com/dotnet/runtime/issues/77663 # riscv64: port WIP https://github.com/dotnet/runtime/issues/84834 -# s390x | ppc64le: mono-based runtime still has issues on musl -arch="all !x86 !armhf !riscv64 !s390x !ppc64le" +arch="all !x86 !armhf !riscv64" _giturl=https://github.com/dotnet/dotnet url=https://dotnet.microsoft.com license="MIT"