From 0459cc26c89a2460fb8df7092388f22af302293d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 21 Feb 2023 23:56:42 -0500 Subject: [PATCH] user/dotnet7-stage0: disable for eventual upgrade --- user/dotnet7-stage0/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/dotnet7-stage0/APKBUILD b/user/dotnet7-stage0/APKBUILD index 62fd91e..7ceaf6f 100644 --- a/user/dotnet7-stage0/APKBUILD +++ b/user/dotnet7-stage0/APKBUILD @@ -45,7 +45,7 @@ pkgdesc="The .NET Core stage0 bits for dotnet build" # 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" +#arch="all !x86 !armhf !riscv64" url=https://dotnet.microsoft.com license="MIT" options="!check" # Testsuite in main -build aport