https://bugzilla.redhat.com/show_bug.cgi?id=1193923



--- Comment #11 from Michael Schwendt (Fedora Packager Sponsors Group) 
<[email protected]> ---
> %build
> %cmake -D CMAKE_BUILD_TYPE:String="Release" -D 
> USE_SHARED_MBEDTLS_LIBRARY:BOOL=1 .
> make %{?_smp_mflags} all apidoc
> 
> # check temporarily disabled due a bug
> # %check
> # LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V
> 
> %install

As %check is executed after %install, placing the %check section below %install
would be the more logical choice. (Also note that some packages perform %checks
on the buildroot contents, and that wouldn't work before %install.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to