commit | 45a226a16b99f0e7c86e7dcb2cd4035195f69e7f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 06 17:51:57 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 12 18:06:36 2022 -0400 |
tree | 01521df0700b2b12e8e5fd1e5a8d5d6043d9e351 | |
parent | 486680272e38890f4938ec2a8673c66f42cc5c45 [diff] |
test/py: Support --build when running tests in parallel At present when -n is used, all workers try to build U-Boot at once. Add a lock to ensure that only one of them builds, with the others using the build that is produced. The lock file is removed on startup. Signed-off-by: Simon Glass <sjg@chromium.org>