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

Enable support for s390x in conda-build #3949

Merged
merged 4 commits into from
Jun 17, 2020
Merged

Conversation

pradghos
Copy link
Contributor

Addressing : conda/conda#9791
Enable support for s390x in conda-build.

@cla-bot
Copy link

cla-bot bot commented May 11, 2020

We require contributors to sign our Contributor License Agreement, and we don't have one on file for @pradghos. In order for us to review and merge your code, please e-sign the PDF at https://conda.io/en/latest/contributing.html#conda-contributor-license-agreement. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature.

@cla-bot
Copy link

cla-bot bot commented May 11, 2020

We require contributors to sign our Contributor License Agreement, and we don't have one on file for @pradghos. In order for us to review and merge your code, please e-sign the PDF at https://conda.io/en/latest/contributing.html#conda-contributor-license-agreement. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature.

@jjhelmus
Copy link
Contributor

Looks good to me. @pradghos would it be possible for you to sign the Contributor License Agreement? If you already have let me know and I'll take a look.

@@ -763,7 +764,7 @@ def conda_convert(file_path, output_dir=".", show_imports=False, platforms=None,
source_platform_architecture = '{}-{}' .format(source_platform, architecture)

if 'all' in platforms:
platforms = ['osx-64', 'linux-32', 'linux-64', 'linux-ppc64',
platforms = ['osx-64', 'linux-32', 'linux-64', 'linux-ppc64','linux-s390x',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor, but might be nice to swap the order of ppc64le and s390x here to keep the two ppc* arch's together in the list.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hartb : I have addressed this comment in the latest commit. Thanks!

@pradghos
Copy link
Contributor Author

was on vacation .. I will come back to this PR soon ! Thanks!

@cla-bot
Copy link

cla-bot bot commented Jun 9, 2020

We require contributors to sign our Contributor License Agreement, and we don't have one on file for @pradghos. In order for us to review and merge your code, please e-sign the PDF at https://conda.io/en/latest/contributing.html#conda-contributor-license-agreement. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature.

@pradghos
Copy link
Contributor Author

pradghos commented Jun 9, 2020

Looks good to me. @pradghos would it be possible for you to sign the Contributor License Agreement? If you already have let me know and I'll take a look.

@jjhelmus Sorry for the delayed response ! I have signed Contributor License Agreement , Could you please have a look ? Thank you !

@cla-bot
Copy link

cla-bot bot commented Jun 9, 2020

We require contributors to sign our Contributor License Agreement, and we don't have one on file for @pradghos. In order for us to review and merge your code, please e-sign the PDF at https://conda.io/en/latest/contributing.html#conda-contributor-license-agreement. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature.

Copy link

@hartb hartb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, for whatever that's worth. :) Thank you!

@pradghos
Copy link
Contributor Author

Please let me know in case of any review comments to address further. Thank you very much !

@jjhelmus
Copy link
Contributor

@cla-bot check

@cla-bot cla-bot bot added the cla-signed [bot] added once the contributor has signed the CLA label Jun 17, 2020
@cla-bot
Copy link

cla-bot bot commented Jun 17, 2020

The cla-bot has been summoned, and re-checked this pull request!

@jjhelmus
Copy link
Contributor

LGTM, thanks @pradghos

@github-actions
Copy link

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Mar 11, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants