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:
parent
6996a553a6
commit
5501c7f238
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue