user/dotnet8-build: disable due roslyn build failure

This commit is contained in:
Antoine Martin 2023-05-05 18:48:09 -04:00
parent 4f57a4be52
commit 53e4030ae5
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -28,7 +28,8 @@ pkgdesc="The .NET $_pkgver_macro bootstrap"
# 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"
# hack for dotnetx-build to be able to pull itself for bootstrapping