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

Fix incorrect path used to find bundled x64 runtimes on Arm64 #228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrward
Copy link

@mrward mrward commented Apr 3, 2022

The wrong runtimes were resolved for dotnet x64 on Arm64 machines.
The FileSystemExplorer was using the dotnet Arm64 path
/usr/local/share/dotnet to find the x64 runtimes, instead of the
emulated dotnet install path.

The wrong runtimes were resolved for dotnet x64 on Arm64 machines.
The FileSystemExplorer was using the dotnet Arm64 path
/usr/local/share/dotnet to find the x64 runtimes, instead of the
emulated dotnet install path.
@baronfel
Copy link
Member

baronfel commented Aug 2, 2022

@joeloff does this line up with your expectation of the layouts for the runtimes on macOS?

@joeloff
Copy link
Member

joeloff commented Aug 2, 2022

@joeloff does this line up with your expectation of the layouts for the runtimes on macOS?

Yes. though it would apply to the SDK too. Any x64 pieces should get installed under dotnet/x64 on arm64 if you installed using the pkg. When installing through a tar I think it's pretty much free-for-all

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.

3 participants