URL: https://github.com/SSSD/sssd/pull/5766
Title: #5766: [WiP] Sources cleanup - part 3.
alexey-tikhonov commented:
"""
Sorry I didn't indicate this is work-in-progress yet.
Remaining steps here are:
- incorporate "lib secrets" into KCM since there are no other users
- to check if `kcm_ops_queue*` layer is still needed (most probably answer is "no" because only sync backends are now available) and remove it not
- get rid of encrypted/JSON payload support in KCM
Then "lib secrets" can drop support of encrypted payload, and probably utils crypto can drop some helpers, etc, but I didn't check it yet.
"""
See the full comment at https://github.com/SSSD/sssd/pull/5766#issuecomment-908192570
URL: https://github.com/SSSD/sssd/pull/5766
Title: #5766: Sources cleanup - part 3.
pbrezina commented:
"""
Hurray. Ack.
I think we can also drop kcmsrv_ccache_json now (it is not used for two Fedora versions now) together with jansson dependency (although it is possible that we will require jansson for external idp).
"""
See the full comment at https://github.com/SSSD/sssd/pull/5766#issuecomment-908184119
URL: https://github.com/SSSD/sssd/pull/5757
Author: justin-stephenson
Title: #5757: CI: unset DEBUGINFOD_URLS
Action: opened
PR body:
"""
Fedora 35 adds support to automatically fetch debuginfo, this
causes slowness in valgrind and leads to timeouts/systemd-oomd
invoked on the CI make check valgrind step.
https://fedoraproject.org/wiki/Changes/DebuginfodByDefault
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5757/head:pr5757
git checkout pr5757