1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-13 08:29:28 +01:00
Files
u-boot-megous/test/py
Simon Glass 45a226a16b 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>
2022-09-12 18:06:36 -04:00
..