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

[GitHub] [mynewt-newt] uwej711 opened a new pull request, #495: Handle cpu count zero reported on raspberry pi

uwej711 opened a new pull request, #495:
URL: https://github.com/apache/mynewt-newt/pull/495

   This fixes https://github.com/apache/mynewt-newt/issues/494
   On my Raspberry Pi 4 Model B the cpu count is reported as 0 from shirou/gopsutil cpu.Counts without an error which then sets the default to 0 to which silently leads to a failed build since no source files are compiled. Another fix would be to have the default here never be less than 1. 


-- 
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@mynewt.apache.org

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


[GitHub] [mynewt-newt] sjanc merged pull request #495: Handle cpu count zero reported on raspberry pi

Posted by GitBox <gi...@apache.org>.
sjanc merged PR #495:
URL: https://github.com/apache/mynewt-newt/pull/495


-- 
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@mynewt.apache.org

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