cli-lab icon indicating copy to clipboard operation
cli-lab copied to clipboard

Fix incorrect path used to find bundled x64 runtimes on Arm64

Open mrward opened this issue 2 years ago • 2 comments

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.

mrward avatar Apr 03 '22 11:04 mrward

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

baronfel avatar Aug 02 '22 20:08 baronfel

@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

joeloff avatar Aug 02 '22 22:08 joeloff