-
Notifications
You must be signed in to change notification settings - Fork 253
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
base: python-ecosystem
Are you sure you want to change the base?
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.
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" |
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.
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.
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.
Addressed.
x/xgboost/xgboost_2.0.3_ubi_9.3.sh
Outdated
echo "Current directory: $(pwd)" | ||
|
||
#as there is no setup.py file included in python-package | ||
if ! (python3 -m build); then |
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.
We should be having install step here, instead of building. Once package is installed I don't we are hitting unit test cases.
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.
as there is no setup.py file included in python-package am building it directly and also there are no test cases.
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.
@shubham-dayma-ibm addressed.
Checklist
set -e
option enabled and observe success ?