From 472817f0cabb4a3863d436388de12a71e0bb1fbf Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 5 May 2023 18:47:52 -0400 Subject: [PATCH] user/dotnet8-stage0: disable due roslyn build failure --- user/dotnet8-stage0/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user/dotnet8-stage0/APKBUILD b/user/dotnet8-stage0/APKBUILD index 67350dc..71d989b 100644 --- a/user/dotnet8-stage0/APKBUILD +++ b/user/dotnet8-stage0/APKBUILD @@ -51,7 +51,8 @@ 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/36748 -arch="all !x86 !armhf !riscv64" +# roslyn fails +#arch="all !x86 !armhf !riscv64" _giturl=https://github.com/dotnet/dotnet url=https://dotnet.microsoft.com license="MIT" @@ -269,6 +270,7 @@ _roslyn() { local args=" -c Release -bl + /p:NoWarn=NU1605 /p:GitCommitHash=$(grep GitCommitHash "$builddir"/prereqs/git-info/roslyn.props | sed -E 's|||g' | tr -d ' ') " if [ "$_roslynver" != "${_roslynver##*-}" ]; then @@ -401,7 +403,7 @@ build() { ulimit -n 4096 - _runtime +# _runtime _roslyn _sdk _aspnetcore