Re: [edk2-devel] [PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default

2019-07-24 Thread Jordan Justen
On 2019-07-24 05:21:35, Philippe Mathieu-Daudé wrote: > On 7/23/19 2:32 AM, rebe...@bsdio.com wrote: > > Enable multithreaded builds by default when building OvmfPkg > > using build.sh. > > This can drastically reduce build times. For example, on a > > modern ThreadRipper system the time required

Re: [edk2-devel] [PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default

2019-07-24 Thread Philippe Mathieu-Daudé
On 7/23/19 2:32 AM, rebe...@bsdio.com wrote: > Enable multithreaded builds by default when building OvmfPkg > using build.sh. > This can drastically reduce build times. For example, on a > modern ThreadRipper system the time required to build decreases > from 3 minutes to 1 minute. > >

Re: [edk2-devel] [PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default

2019-07-23 Thread Laszlo Ersek
On 07/23/19 09:47, Jordan Justen wrote: > Reviewed-by: Jordan Justen > > Laszlo, want me to add your r-b? Yes, please: 86503359-2f97-a602-b918-abb8cb3d6da2@redhat.com">http://mid.mail-archive.com/86503359-2f97-a602-b918-abb8cb3d6da2@redhat.com https://edk2.groups.io/g/devel/message/44239 (At

Re: [edk2-devel] [PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default

2019-07-23 Thread Laszlo Ersek
On 07/23/19 02:32, rebe...@bsdio.com wrote: > Enable multithreaded builds by default when building OvmfPkg > using build.sh. > This can drastically reduce build times. For example, on a > modern ThreadRipper system the time required to build decreases > from 3 minutes to 1 minute. > >

[edk2-devel] [PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default

2019-07-22 Thread rebecca
Enable multithreaded builds by default when building OvmfPkg using build.sh. This can drastically reduce build times. For example, on a modern ThreadRipper system the time required to build decreases from 3 minutes to 1 minute. Signed-off-by: Rebecca Cran --- OvmfPkg/build.sh | 2 +- 1 file