xiaoxiang781216 opened a new pull request #65: URL: https://github.com/apache/incubator-nuttx-testing/pull/65
## Summary 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]> ## Impact ## Testing ---------------------------------------------------------------- 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: [email protected]
