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

--arch=all broken on macOS #1542

Open
3 tasks done
erickzhao opened this issue Aug 3, 2023 · 0 comments
Open
3 tasks done

--arch=all broken on macOS #1542

erickzhao opened this issue Aug 3, 2023 · 0 comments
Assignees
Labels
bug 🐛 build-host:mac 🍎 Running Electron Packager on macOS

Comments

@erickzhao
Copy link
Member

erickzhao commented Aug 3, 2023

Preflight Checklist

  • I have read the contribution documentation for this project.
  • 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:
    • v17.1.1
  • Electron Version:
    • 25.0.0
  • Operating System:
    • macOS Ventura
  • Last Known Working Electron Packager version::
    • N/A

Expected Behavior

--arch=all passes and generates binaries for all possible architectures

Actual Behavior

--arch=all fails due to @electron/universal errors.

To Reproduce

  1. Clone electron-quick-start
  2. Run npx electron-packager . --arch=all

Additional Information

This seems like a concurrency issue with building universal at the same time as x64 and arm64. It looks like we're trying to build both architectures twice (once for each build then again for universal).

@erickzhao erickzhao added bug 🐛 build-host:mac 🍎 Running Electron Packager on macOS labels Aug 3, 2023
@erickzhao erickzhao self-assigned this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 build-host:mac 🍎 Running Electron Packager on macOS
Projects
None yet
Development

No branches or pull requests

1 participant