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 2021/12/13 21:26:21 UTC

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #921: crypto/mbedtls: Fix occasional failures during Mbed TLS build

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


   ## Summary
   This PR intends to provide a fix to an occasional build failure on Mbed TLS.
   Mbed TLS was being added twice to `CONFIGURED_APPS` variable, resulting in it being built more than once. If parallel build is enabled, the build could randomly fail due to unmet dependencies.
   
   ## Impact
   Fix to Mbed TLS build. After patch is applied, build passes consistently.
   
   ## Testing
   `esp32-devkitc` with a custom defconfig.
   
   


-- 
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-apps] xiaoxiang781216 merged pull request #921: crypto/mbedtls: Fix occasional failures during Mbed TLS build

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


   


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