Skip to content

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

Closed
mrward wants to merge 1 commit intodotnet:mainfrom
mrward:dev/mrward/fix-dotnetx64-runtime-path
Closed

Fix incorrect path used to find bundled x64 runtimes on Arm64#228
mrward wants to merge 1 commit intodotnet:mainfrom
mrward:dev/mrward/fix-dotnetx64-runtime-path

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

@edvilme
Copy link
Contributor

edvilme commented Jan 25, 2025

Closed as addressed by #320

@edvilme edvilme closed this Jan 25, 2025
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.

4 participants