Ouss4 commented on pull request #5055:
URL: https://github.com/apache/incubator-nuttx/pull/5055#issuecomment-999423179


   > > > There seems to be some dependency issues when building in parallel.
   > > 
   > > 
   > > Since now all the context targets are at the same level of dependency, 
we are having issues when say the chip context is made before config.h.
   > 
   > I believe this is required to ensure config.h and all the simlinks are 
built before running context rules:
   > 
   > ```
   > %.context: include/nuttx/config.h dirlinks
   > ```
   > 
   > I am testing locally and will push if it looks promising
   
   Yes, I think this is enough.  The issue was actually `dirlinks`, this is why 
we had some `chip/Make.defs not found` errors.  But I also saw some of the 
other jobs complaining about config.h.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to