user/dotnet8-runtime: disable due roslyn build failure
This commit is contained in:
parent
472817f0ca
commit
4f57a4be52
1 changed files with 2 additions and 1 deletions
|
@ -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="
|
||||
|
|
Loading…
Reference in a new issue