]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update Edk2ToolsBuild.py to use multiple threads on Linux
authorSean Brogan <sean.brogan@microsoft.com>
Thu, 2 Apr 2020 17:04:52 +0000 (01:04 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Apr 2020 01:22:04 +0000 (01:22 +0000)
commit48f0e94921d83b8204f1025412e071b000394f04
treeb027c482df75de3a0eca4707ec6b8fa3557cdcf5
parentee026ea78b0e32a9ffbaf0040afe91de8ae2179c
BaseTools: Update Edk2ToolsBuild.py to use multiple threads on Linux

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2640

Azure Pipelines agents have 2 threads. This commit has been shown to
reduce the build time in half on those agents.

Cc: Bob C Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Bob C Feng <bob.c.feng@intel.com>
BaseTools/Edk2ToolsBuild.py