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

Update README with steps to run/build ISSIE on Apple Silicon #262

Closed
0x6770 opened this issue Nov 17, 2022 · 0 comments · Fixed by #263
Closed

Update README with steps to run/build ISSIE on Apple Silicon #262

0x6770 opened this issue Nov 17, 2022 · 0 comments · Fixed by #263
Assignees

Comments

@0x6770
Copy link
Collaborator

0x6770 commented Nov 17, 2022

Is your feature request related to a problem? Please describe.

The native (arm64) version of dotnet 6.0.403 panic to run dotnet fake build on apple silicon Mac, with error message:

Script is not valid:
        unknown (1,0)-(1,0): Error FS0193: The specified file name or path is too long, or a component of the specified path is too long.

There is an open issue in FAKE repo about this fsprojects/FAKE#2626.

Describe the solution you'd like

The workaround is to install x86_64 version of dotnet instead, and use Rosetta2 to run it.

By this way, the built ISSIE executable will still be arm64.

Extra

Personally highly recommend to use asdf to manage different versions (including different ISA targets) of runtimes (e.g. Node.js, dotnet) on Linux and macOS.

@0x6770 0x6770 self-assigned this Nov 17, 2022
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 a pull request may close this issue.

1 participant