We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial thread: #59295 (comment)
When running on M1 mac, if the installer is launched from a rosetta terminal it runs under x64 translation.
This causes the installer to falsely identify the machine as x64.
We should avoid this if we can using sysctl.proc_translated https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment
sysctl.proc_translated
We need to leverage this here in the host's postinstall script, as well as in the bundle authoring in arcade and installer. cc @sfoslund
The text was updated successfully, but these errors were encountered:
Here's a gist that shows modified detection and logged results: https://gist.github.com/ericstj/12c046c2142cc6134ca783324d59d4a6
Sorry, something went wrong.
Fixed in dotnet/arcade#7919, dotnet/arcade#7918
Also 12183cb #59485 (for mac postinstall)
No branches or pull requests
Initial thread: #59295 (comment)
When running on M1 mac, if the installer is launched from a rosetta terminal it runs under x64 translation.
This causes the installer to falsely identify the machine as x64.
We should avoid this if we can using
sysctl.proc_translated
https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment
We need to leverage this here in the host's postinstall script, as well as in the bundle authoring in arcade and installer. cc @sfoslund
The text was updated successfully, but these errors were encountered: