-
Notifications
You must be signed in to change notification settings - Fork 160
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
chore: Build arm64 for macOS in CI wip #414
Conversation
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
@@ -75,7 +75,8 @@ jobs: | |||
- name: Build wheels | |||
uses: pypa/[email protected] | |||
env: | |||
CIBW_ARCHS: auto64 | |||
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" | |||
CIBW_ARCHS_LINUX: "x86_64" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the arch of envd? How is it configured?
I think we should postpone the PR since I have no way to test if the PR works well. We need a M1 macOS to verify the wheel can be installed and the envd bin can be run successfully. |
How to test it lol. I can help if possible. |
@popfido Thus I prefer to find a way to setup M1 CI for envd. But, thanks for your interest! |
How about this https://veertu.com/? |
Will have a look at it. Seems helpful to us. |
I will implement this in the new PR #1236 |
Fix #340
Signed-off-by: Ce Gao [email protected]