commit | f78bbf89448edfa2ad2958475c4a62a3230b1996 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 31 00:44:24 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 02 13:06:07 2020 -0400 |
tree | 0b2dbb64d9fc5d8dc684543cd68b2113c81b98f4 | |
parent | e26518843d29ef35608d685e7a3a47b60d5752f3 [diff] |
test/py: use actual core count for parallel builds When building U-Boot we should not blindly use make -j8 but consider the actual core count given by os.cpu_count(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com>