[389-devel] 389 DS nightly 2021-02-24 - 95% PASS

2021-02-23 Thread vashirov
https://fedorapeople.org/groups/389ds/ci/nightly/2021/02/24/report-389-ds-base-2.0.3-20210224git60e35aac5.fc33.x86_64.html ___ 389-devel mailing list -- 389-devel@lists.fedoraproject.org To unsubscribe send an email to

[389-devel] Re: failed to build rpms

2021-02-23 Thread William Brown
Should we update the contributing/build docs to reflect these steps? > On 24 Feb 2021, at 07:10, Mark Reynolds wrote: > > You have to skip the npm audit check "SKIP_AUDIT_CI=1" for now, and the rust > stuff is a pain and it is hardcoded to be enabled. You always have to update > and download

[389-devel] Re: failed to build rpms

2021-02-23 Thread Mark Reynolds
You have to skip the npm audit check "SKIP_AUDIT_CI=1" for now, and the rust stuff is a pain and it is hardcoded to be enabled. You always have to update and download the latest Rust dependencies: SKIP_AUDIT_CI=1 make -f rpm.mk update-cargo-dependencies download-cargo-dependencies rpms HTH,

[389-devel] failed to build rpms

2021-02-23 Thread Ludwig Krispenz
Hi, since a long time I was trying to build rpms and failed, here are the issues I run into: 1] problem with npm/audit I followed the suggestions here: https://www.port389.org/docs/389ds/contributing.html (pushd/npm fix/popd), but this didn't help, only commenting out audit-ci in