-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Add macOS universal builds to Luci #81488
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
Comments
\cc @gw280 who has context on how the engine builders artifacts will be broken up to avoid timing out w/o goma |
See #81855 |
I'll ensure this is reflected in the dependency graph |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Related: #60113, #69221
Engine is now ready to be cross compiled to darwin-arm64.
gn --mac
andgn --mac --mac-cpu=arm64
will produce x64 and arm64 builds of engine and desktop artifacts.We need a script to lipo macOS framework (similar to
sky/tools/create_ios_framework.py
) and desktop artifacts.Also a build recipe for Luci.
The text was updated successfully, but these errors were encountered: