Learn more about these different git repos.
Other Git URLs
Although static library libsss_test_common is used only in tests, it is also built with command "make all".
Library cannot be moved simply to check_LTLIBRARIES, because it can break parallel build (ex. make -j16). Each test need to be linked with library libsss_test_common and this library must be ready in linking time.
If we wanted to fix this, we would need to add libsss_test_common.la as a dependency to each test. <test>_DEPENDENCIES = libsss_test_common.la
Fields changed
rhbz: => 0
milestone: SSSD Deferred => SSSD 1.12 beta resolution: => fixed status: new => closed
Metadata Update from @lslebodn: - Issue set to the milestone: SSSD 1.12 beta
SSSD is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in SSSD's github repository.
This issue has been cloned to Github and is available here: - https://github.com/SSSD/sssd/issues/3139
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Log in to comment on this ticket.