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

Runner unstable on Apple M1 silicon. #21

Open
petertorelli opened this issue Oct 29, 2021 · 3 comments
Open

Runner unstable on Apple M1 silicon. #21

petertorelli opened this issue Oct 29, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@petertorelli
Copy link
Member

The runner is unstable on M1 silicon. This is due to OS using Rosetta to dynamically translate x86 code to Arm64.

The framework for the EnergyRunner relies on many components that are currently unsupported.

No ETA on when Apple silicon will be supported.

@petertorelli petertorelli self-assigned this Oct 29, 2021
@petertorelli petertorelli added the enhancement New feature or request label Sep 18, 2022
@petertorelli
Copy link
Member Author

Update: migration to new ElectronJS on Mac M1 (arm64) is in progress. ETA unknown.

@petertorelli
Copy link
Member Author

Update: there are a number of blocking issues related to the version of webpack used with electron-forge and how it handles native modules in multi-process entry points. It is not clear if this is the final issue, as it is blocking the testing of the NAPI and FFI modules as well.

@petertorelli
Copy link
Member Author

Waiting on webpack issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant