From 4f57a4be5261c8f370b1f5fd20865ea233fbf72e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 5 May 2023 18:48:01 -0400 Subject: [PATCH] user/dotnet8-runtime: disable due roslyn build failure --- user/dotnet8-runtime/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/dotnet8-runtime/APKBUILD b/user/dotnet8-runtime/APKBUILD index 67d27e2..e4e316f 100644 --- a/user/dotnet8-runtime/APKBUILD +++ b/user/dotnet8-runtime/APKBUILD @@ -14,7 +14,8 @@ pkgdesc="The .NET $_pkgver_macro Core runtime" # x86: blocked by https://github.com/dotnet/runtime/issues/77667 # armhf: blocked by https://github.com/dotnet/runtime/issues/77663 # riscv64: port WIP https://github.com/dotnet/runtime/issues/36748 -arch="all !x86 !armhf !riscv64" +# roslyn fails +#arch="all !x86 !armhf !riscv64" url=https://dotnet.microsoft.com license="MIT" depends="