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

Currency: added build_script and build_info.json for xgboost v2.0.3 #5348

Open
wants to merge 3 commits into
base: python-ecosystem
Choose a base branch
from

Conversation

kiranNukal
Copy link
Contributor

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

Copy link
Contributor

@shubham-dayma-ibm shubham-dayma-ibm left a comment

Choose a reason for hiding this comment

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

PR state has to open, if it's for review.
Build-script needs to be reviewed by Amir and Deepali

"docker_build": false,
"validate_build_script": true,
"use_non_root_user": false,
"*": {
"build_script": "xgboost_ubi_9.3.sh"
"build_script": "xgboost_2.0.3_ubi_9.3.sh"
Copy link
Contributor

Choose a reason for hiding this comment

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

We should be having an extra block to locate xgboost_ubi_9.3.sh for version 1.6.2, instead replacing it in build_info.json.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed.

echo "Current directory: $(pwd)"

#as there is no setup.py file included in python-package
if ! (python3 -m build); then
Copy link
Contributor

Choose a reason for hiding this comment

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

We should be having install step here, instead of building. Once package is installed I don't we are hitting unit test cases.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

as there is no setup.py file included in python-package am building it directly and also there are no test cases.

Copy link
Contributor Author

@kiranNukal kiranNukal Feb 5, 2025

Choose a reason for hiding this comment

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

@shubham-dayma-ibm addressed.

@kiranNukal kiranNukal marked this pull request as ready for review January 24, 2025 12:41
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.

2 participants