-
Notifications
You must be signed in to change notification settings - Fork 379
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
Add cross-compilation builds #1976
Conversation
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.
This looks really nice now. Thanks a bunch! Do you consider this ready to merge?
If you don't have anything more to add and the CI passes, you can merge it 👍🏻 |
|
Unfortunately only works on GNU sed :( |
It could be that we have |
|
linux-aarch64
,linux-ppc64le
andosx-arm64
Don't run this job branches because it is very slow
in the Windows static build since the Windows static build takes about 30min (~22 with caching) which is still faster than the regular CII didn't manage to get the conda-build pipeline working for Windows in reasonable time and since we already have build instructions for Windows, I guess that's okay.
One issue we have is that the Linux and macOS builds don't use caching any more... But since they take less time than the regular CI pipeline even without caching, it should be okay...
Closes #1887