v01d opened a new pull request #380: URL: https://github.com/apache/incubator-nuttx-apps/pull/380
## Summary This is the corresponding change to the one on main NuttX repo (see https://github.com/apache/incubator-nuttx/pull/1765). 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. NOTE: this will not pass CI since it depends on the other PR ## Impact Build ## Testing Builds correctly ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org