-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
…sing 'library' prerequisite - do not fail the installation.
|
Any reason we can't use
|
scripts/obtain/dotnet-install.sh
Outdated
| x86) | ||
| say_err "Architecture \`x86\` currently not supported" | ||
| return 1 | ||
| arm|arm32) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
scripts/obtain/dotnet-install.sh
Outdated
| version="Latest" | ||
| install_dir="<auto>" | ||
| architecture="<auto>" | ||
| architecture="x64" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@natemcmaster I can see the value in trying to recognize the architecture; however, I feel strongly that we need to default to 'x64' when "auto" is used instead of an error-out. We would, at minimum, risk breaking fringe x64 Linux platforms if we now error-out on a peculiar return-value from 'uname -m'. |
|
@dotnet-bot Test RHEL7.2 x64 Release Build |
Introduce support for arm & arm64 architectures; when detecting a missing 'library' prerequisite - do not fail the installation.
Addresses: https://github.com/dotnet/cli/issues/9007
Auto-detect tested successfully on:
OS = raspbian.8
Arch = armv7l