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

[ci] Test and release on macos 11 #4061

Closed
wants to merge 4 commits into from

Conversation

frostming
Copy link
Collaborator

Related issue = Close #4013

@vercel
Copy link

vercel bot commented Jan 19, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/taichi-api-docs-preview/taichi/Cpou28w5ayirBSaDiWBAKXtgUvqp
✅ Preview: Canceled

[Deployment for 93c531e canceled]

@netlify
Copy link

netlify bot commented Jan 19, 2022

✔️ Deploy Preview for docsite-preview canceled.

🔨 Explore the source changes: 93c531e

🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/61e7e725899e100008972483

@frostming frostming marked this pull request as draft January 19, 2022 08:09
@frostming
Copy link
Collaborator Author

It turns out macos_11_x86_64 isn't a valid platform tag. It must be combined with arm64. See:

https://pypi.org/project/torch/#files
https://pypi.org/project/numpy/#files

wheels built on macos 10.15 should be compatible on macos 11 x86_64. So I suppose this ticket is not valid anymore?
need confirmation @ailzhang @yolo2themoon

@ailzhang
Copy link
Contributor

@frostming sorry for the late reply! Does that mean we can support macos11 via the wheel built on 10.15?
Also I'm a bit curious why setuptools create such a tag when it's not valid :P Is it a matter of macos_11_x86_64 should be whitelisted or we need to fix sth on our end?

@frostming
Copy link
Collaborator Author

frostming commented Jan 23, 2022 via email

@frostming frostming closed this Feb 24, 2022
@frostming frostming deleted the ci_macos_11 branch February 24, 2022 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ci] Support for macOS-11 x86_64 in CI workflows
2 participants