-
Notifications
You must be signed in to change notification settings - Fork 22
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 support for s390x #25
base: master
Are you sure you want to change the base?
Conversation
I am able to run the following sample code to verify conda-mirror functionality on s390x.
|
Are there any non-Anaconda channels that support |
Thanks! Can you please add a news item: https://regro.github.io/rever-docs/news.html |
@scopatz if the only place where you can get these linux on Z packages is from an official Anaconda channel, then adding this capability to conda-mirror feels like probably not a great idea, especially given the recent changes to the Anaconda TOS. Thoughts? |
I don't know. It seems like anyone could set up a channel with the platform. IIRC this is the platform name in conda itself, so the change here just makes it compatible with conda, not Anaconda per se. |
@ericdill conda is the first community that's been looked at to support s390x platform at this point in time. |
I would be happy to merge this. CI seems to be failing though... |
6c3b3fb
to
c053925
Compare
Anaconda's defaults channel has s390x conda packages now. |
Am not sure what this error in CI build means. How to resolve this error ?
|
This means that you should format your code changes with |
This is to add support for linux-s390x (Linux on Z)