Student preparing for GSoC

Kieran Duggan kieranduggan15 at gmail.com
Thu Mar 22 22:47:01 CDT 2018


That makes sense

On Thu, Mar 22, 2018, 11:45 PM Austin English <austinenglish at gmail.com>
wrote:

> On Mar 22, 2018 22:42, "Kieran Duggan" <kieranduggan15 at gmail.com> wrote:
>
> Cool I didn't get the chance to take a look at it before. I'm using it
> now. I noticed that the line:
> time make -k test >> "$logfile" 2>&1 || true
> doesn't use the -j option for make. I'm not sure if this is intentional,
> but when I changed it to
> time make -j"$(nproc)" -k test >> "$logfile" 2>&1 || true
> it ran much faster. Thoughts? Am I just breaking something without
> realizing it?
>
>
> Many tests aren't safe to run in parallel, things may fail.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180323/9d83c763/attachment.html>


More information about the wine-devel mailing list