Python Ecosystem: Added build_script and build_info.json for PyYAML#7794
Open
OpenSource-Edge-for-IBM-Tool-1 wants to merge 1 commit intoppc64le:masterfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Distro Owner PR Review Checklist
PACKAGE_URLpoints to the correct source — it should be a GitHub repository link. If not, identify the correct GitHub source and update the build script accordingly (follow the steps provided in the PR Validation Process).Note:
PACKAGE_URLshould never be a.tararchive link.PACKAGE_VERSIONmatches the version required by your project.PR Validation Process
Use a ppc64le VM with at least 8 GB RAM (more is recommended, as insufficient RAM may cause random build failures).
Run the
<package-name>.shscript provided in this PR inside a fresh UBI 9.3 container (i.e.,sh <package-name>.sh).Ensure that the build script execution ends with a message like:
"Pass | Both_Install_and_Test_Success"
If the build script fails and you identify a fix required in the
<package-name>.shscript to achieve successful execution, follow these steps:Disclaimer: Auto-generated PRs will be marked as closed if no action is taken before the next weekly scan. Closing auto PRs is a manual task performed by the Python ecosystem team.