-
Notifications
You must be signed in to change notification settings - Fork 52
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
Assorted cleanups for 2.9.0 #444
Conversation
I just pushed an additional patch adding two more valgrind suppressions that we missed somehow. |
Sorry about that. There seems to be some more. The containerized environment is catching other things. And I completely forgot about python2. :-( |
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
No problem. I've got it nearly sorted out now. We need to skip attempting to scan the python2 on Rawhide anyway, since it doesn't exist. |
Drop the `with_py{23}_overrides` options to meson and add `with_py2` in its place. `with_py2` will now default to `false`, since python2 is now EOL. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
OK, I reworked this patch series a fair bit. There are now three patches:
@mmathesius I think this is the last patch set before we release 2.9.0, do you agree? |
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.
This all looks good! Unfortunately, CI is showing valgrind grumbles for non-Fedora distributions...
@sgallagher I just created #445 to add a man page for |
Hmm, I see the valgrind complaints on OpenSUSE and Mageia... @Conan-Kudo do you have any idea why those platforms would be reporting different valgrind output than Fedora? |
The original ones only supported Python 3 on Fedora 31. We were experiencing additional issues with python3 on Rawhide as well as python2 on all releases. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Python on OpenSUSE Tumbleweed seems broken; valgrind detects a lot of use-after-free issues. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Reconcile differences between upstream and Fedora/EPEL packaging. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
@mmathesius The previous patch-set passed CI on the alternative distributions this time. I canceled it because I wanted to add one more patch to this PR to include descriptions for the meson_options.txt. Running
|
Assuming CI passes, I think this is finally ready. |
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.
Nice!
I wondered why the previous CI run suddenly stopped.
I'll add a description to the option I added in #445, too.
Assorted cleanups for 2.9.0
Reconcile differences between upstream and Fedora/EPEL packaging.
Signed-off-by: Stephen Gallagher sgallagh@redhat.com