You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the code of conduct that this project follows, as appropriate.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Issue Details
Electron Packager Version:
main/15.5.0
Electron Version:
Electron 6.0.0 (headers used in test suite)
Operating System:
macOS 12.4.0 arm64
Last Known Working Electron Packager version::
N/A, issue is specific to Apple Silicon
Expected Behavior
Running ./test/ci/before_install.sh and npm test should run the test suite locally.
Actual Behavior
Running npm test works as expected on x64, but fails on arm64 with the following error:
Downloading Electron v1.4.13 before running tests...
HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v6.0.0/electron-v6.0.0-darwin-arm64.zip
This is almost certainly because Electron 6 was released before arm64 was available, and there was no version of Electron being built for arm64. While there are several tests that depend on testing specific Electron versions (e.g. 6.0.0), we may want to modify tests that don't depend on those versions to be able to run locally on an arm64 machine.
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Preflight Checklist
Issue Details
Expected Behavior
Running
./test/ci/before_install.sh
andnpm test
should run the test suite locally.Actual Behavior
Running
npm test
works as expected on x64, but fails on arm64 with the following error:This is almost certainly because Electron 6 was released before arm64 was available, and there was no version of Electron being built for arm64. While there are several tests that depend on testing specific Electron versions (e.g. 6.0.0), we may want to modify tests that don't depend on those versions to be able to run locally on an arm64 machine.
The text was updated successfully, but these errors were encountered: