You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf temphack]: Limit number of parallel jobs for TF-M build to 1
Fixes: NCSDK-10008
Set number of parallel jobs for TF-M build to 1.
In some circumstances it has been experienced that building TF-M with
multiple parallel jobs then `permission denied` may occur.
Root cause on Windows has not been identified but current suspicion
is around folder / file lock mechanism. To ensure correct behaviour
in all cases, limit number of parallel jobs to 1.
This issue is especially experienced when building TF-M through SES-NE.
This fix should be reverted when the root cause has been identified and
fixed.
Signed-off-by: Torsten Rasmussen <[email protected]>
0 commit comments