From 9869dece753f277719211a0ce490f5c46e52dbe9 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Thu, 27 Apr 2023 09:03:01 +0200 Subject: [PATCH] community/dotnet7-stage0: disable on s390x --- community/dotnet7-stage0/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/dotnet7-stage0/APKBUILD b/community/dotnet7-stage0/APKBUILD index 6b92b353f24d..2c7e636f85a8 100644 --- a/community/dotnet7-stage0/APKBUILD +++ b/community/dotnet7-stage0/APKBUILD @@ -43,7 +43,8 @@ pkgdesc="The .NET Core stage0 bits for dotnet build" # armhf: blocked by https://github.com/dotnet/runtime/issues/77663 # x86: blocked by https://github.com/dotnet/runtime/issues/83509 # riscv64: port WIP https://github.com/dotnet/runtime/issues/36748 -arch="all !x86 !armhf !riscv64" +# s390x: no diskspace +arch="all !s390x !x86 !armhf !riscv64" url=https://dotnet.microsoft.com _giturl=https://github.com/dotnet/installer license="MIT" -- GitLab