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
follow up the apps repo change:
commit 18137c0fec3cea30871f29238e11ea0f4e8523da
Author: Matias N <[email protected]>
Date: Sat Sep 12 00:36:23 2020 -0300
Fix: ensure archive files do not carry object files from prior builds
This is the corresponding change to the one on main NuttX repo. In this
case this involves splitting the build of libapps.a into: a) building
all applications (which is safely parallelizable), b) adding each
application's object files to the archive in turns (serial by nature).
This removes the need for the flock used to protect the parallel build.
Signed-off-by: Xiang Xiao <[email protected]>
0 commit comments