389ds / 389-ds-base

The enterprise-class Open Source LDAP server for Linux
https://www.port389.org/
Other
213 stars 94 forks source link

Issue 6282 - BUG - out of tree build fails #6283

Closed Firstyear closed 3 months ago

Firstyear commented 3 months ago

Bug Description: When building with an external builddir the build fails.

Fix Description: Due to how python setup.py works, we have to specifically template it into srcdir rather than the build dir.

Rename cargo/config to cargo/config.toml to avoid future build errors.

fixes: https://github.com/389ds/389-ds-base/issues/6282

Author: William Brown william@blackhats.net.au

Review by: ???

Firstyear commented 3 months ago

@vashirov Any issues with this in 2.5? Seems like we need it there for SUSE.

vashirov commented 3 months ago

No issues, should be fine.

Firstyear commented 3 months ago
To github.com:389ds/389-ds-base.git
   a7deea8b3..161888969  389-ds-base-2.5 -> 389-ds-base-2.5

Thanks!