mirror of https://github.com/ARMmbed/mbed-os.git
Prevent process pool inside of process pool when building tests
parent
bcf83c05dc
commit
6918c960c2
|
@ -2155,7 +2155,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name,
|
|||
|
||||
args = (src_path, test_build_path, target, toolchain_name)
|
||||
kwargs = {
|
||||
'jobs': jobs,
|
||||
'jobs': 1,
|
||||
'clean': clean,
|
||||
'macros': macros,
|
||||
'name': test_case_folder_name,
|
||||
|
|
Loading…
Reference in New Issue