-
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: Created build script and build_info.json for pandas #5366
base: python-ecosystem
Are you sure you want to change the base?
Conversation
Signed-off-by: vivek8123 <[email protected]>
"docker_build": false, | ||
"validate_build_script": true, | ||
"use_non_root_user": false, | ||
"wheel_build" : true, |
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.
Why wheel_build
was removed? This is a python-eco-system package
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.
updated the script now.
"v1.*.*": { | ||
"build_script": "pandas_1.5.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.
I don't see any mapping fro 1.5.3
but we got build-script for same
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.
updated the script
PACKAGE_NAME=pandas | ||
PACKAGE_VERSION=${1:-v2.1.1} | ||
PACKAGE_URL=https://github.com/pandas-dev/pandas.git | ||
|
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.
PACKAGE_DIR variable missing
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.
Updated the script now
Signed-off-by: vivek8123 <[email protected]>
Signed-off-by: vivek8123 <[email protected]>
Signed-off-by: vivek8123 <[email protected]>
Checklist
set -e
option enabled and observe success ?