Fix ArcadeBuildTarball on s390x

Installing 2.1.0 framework on s390x causes problems, because it's not
supported there. Furthermore, it's needed only for dotnet-deb-tool,
which is no longer used [1] [2]. So do not install it at all.

[1] b9877b6e61
[2] https://github.com/dotnet/installer/pull/9631
This commit is contained in:
Ilya Leoshkevich 2022-08-11 12:59:49 +02:00
parent 6996a553a6
commit 5501c7f238

View file

@ -13,10 +13,6 @@ function InitializeCustomSDKToolset {
#InstallDotNetSharedFramework "1.1.2"
InitializeDotNetCli true
# Install 2.1 framework for dotnet-deb-tool.
# Failures on this call will be ignored, as this is expected to fail on some
# OSes.
InstallDotNetSharedFramework "2.1.0"
}
# Installs additional shared frameworks for testing purposes