Add OpenRAG v0.6.0 build script - #8711
Conversation
| # openrag requires Python >=3.13; UBI 10 only ships 3.12. | ||
| # altinstall keeps system python3/python3.12 intact. | ||
| cd /tmp | ||
| wget https://www.python.org/ftp/python/3.13.10/Python-3.13.10.tgz |
There was a problem hiding this comment.
Please do not build Python 3.13 from source here because wrapper script is designed to handle that. The build will happen on Python 3.13 as well through CI even though the script installs python3.12.
There was a problem hiding this comment.
Resolved.
Along with removal of Python 3.13 source build I also had to remove the smoke test — OpenRAG requires a live OpenSearch instance at runtime, and the wheel enforces requires-python>=3.13 which would cause the install to fail under the UBI 10 default Python 3.12.
Requesting re-review.
|
@pjsharath28 pls add License file for the package. |
Added |
|
Approving workflow |
rcarino5
left a comment
There was a problem hiding this comment.
LGTM. Checks are passing, too.
Checklist
set -eoption enabled and observe success ?