Skip to content
New issue

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

(GH-1800) Prefer 32-bit in ARM64 emulated PowerShell #1810

Closed
wants to merge 1 commit into from

Conversation

joaocgreis
Copy link
Contributor

#1800 was fixed by @ferventcoder in b30427d. However, the fix does not work because PowerShell runs as an emulated x86 binary in ARM64. Thus, it is also necessary to check the PROCESSOR_ARCHITEW6432 to determine if Chocolatey should prefer 32-bit packages.

Ref: #1800 (comment)

PowerShell runs emulated in ARM64 Windows systems. Thus, it is also
necessary to check the PROCESSOR_ARCHITEW6432 to determine if
Chocolatey should prefer 32-bit packages.
@ferventcoder ferventcoder self-requested a review May 20, 2019 16:22
Copy link
Member

@ferventcoder ferventcoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good to me.

@ferventcoder ferventcoder added this to the 0.10.14 milestone May 20, 2019
@ferventcoder
Copy link
Member

This has been rebased against stable and merged in at 0a16b41. This will be released in 0.10.14. Thanks so much for the assist!

@ferventcoder ferventcoder removed this from the 0.10.14 milestone May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants