]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: use actual core count for parallel builds
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 30 May 2020 22:44:24 +0000 (00:44 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 17:06:07 +0000 (13:06 -0400)
commit371a2e775322bd995a945f108c5c91bde342062a
tree0b2dbb64d9fc5d8dc684543cd68b2113c81b98f4
parentecd4d99f654f3f7bfb96001891d69c3125e70b69
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>
test/py/conftest.py