You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/05 14:18:21 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5174: tools: Fix parallel build issue due to missing dependency

gustavonihei opened a new pull request #5174:
URL: https://github.com/apache/incubator-nuttx/pull/5174


   ## Summary
   This PR intends to fix an issue with parallel build due to missing dependency on the `include/arch/chip:` Make rule.
   
   ```bash
   $ ./tools/configure.sh  esp32-wrover-kit:bmp180 -s -j 1>/dev/null
   ln: failed to create symbolic link 'include/arch/chip': No such file or directory
   make[1]: *** [tools/Makefile.unix:321: include/arch/chip] Error 1
   make[1]: *** Waiting for unfinished jobs....
   make: *** [tools/Makefile.unix:601: olddefconfig] Error 2
   ```
   
   ## Impact
   Fix for an issue, should not have any impact.
   
   ## Testing
   CI build pass.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5174: tools: Fix parallel build issue due to missing dependency

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5174:
URL: https://github.com/apache/incubator-nuttx/pull/5174


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] AlanRosenthal commented on pull request #5174: tools: Fix parallel build issue due to missing dependency

Posted by GitBox <gi...@apache.org>.
AlanRosenthal commented on pull request #5174:
URL: https://github.com/apache/incubator-nuttx/pull/5174#issuecomment-1005871823


   > @AlanRosenthal PTAL, we've identified this issue in our internal CI.
   
   LGTM!


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] gustavonihei commented on pull request #5174: tools: Fix parallel build issue due to missing dependency

Posted by GitBox <gi...@apache.org>.
gustavonihei commented on pull request #5174:
URL: https://github.com/apache/incubator-nuttx/pull/5174#issuecomment-1005724272


   @AlanRosenthal PTAL, we've identified this issue in our internal CI.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org