Bug Description: Rust libraries were not installed properly due to quirks of autotools and cargo. Containers as a result couldn't start in some cases.
Fix Description: Fix this by building rust libraries as static libs and linking them into existing .so files instead.
https://pagure.io/389-ds-base/pull-request/50564
Author: William Brown william@blackhats.net.au
Review by: ???
rebased onto 7fd35d998aebaffadabdd73681184258799f9d7a
LGTM, passes my sanity test...
rebased onto bfdb2262b20ed41c6b8fbff661ecd0e35c3ee8e6
Pull-Request has been merged by firstyear
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/3620
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Bug Description: Rust libraries were not installed properly
due to quirks of autotools and cargo. Containers as a result
couldn't start in some cases.
Fix Description: Fix this by building rust
libraries as static libs and linking them into existing .so files
instead.
https://pagure.io/389-ds-base/pull-request/50564
Author: William Brown william@blackhats.net.au
Review by: ???