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 2020/04/13 18:02:11 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #173: CI: build arm-11 instead of arm-13 for macOS

xiaoxiang781216 opened a new pull request #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173
 
 
   to reduce the building time from ~50m to ~30m
   
   Signed-off-by: Xiang Xiao <xi...@xiaomi.com>

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] yamt merged pull request #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
yamt merged pull request #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173#issuecomment-613252294
 
 
   can you give me the link to the log of 50m?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173#issuecomment-613287691
 
 
   thank you.
   i looked at the log. but i didn't notice anything obvious.
   maybe the processing speed simply varies in the environment.
   in the mean time, i'm fine with this patch.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173#issuecomment-613245880
 
 
   > i chose arm-13 because it detected #156
   > do you know why arm-11 is quicker than arm-13?
   
   Because arm-11 take 17m to finish on Ubuntu but arm-13 take 20m.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173#issuecomment-613266367
 
 
   > can you give me the link to the log of 50m?
   
   https://github.com/apache/incubator-nuttx/pull/772/checks?check_run_id=583218421

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173#issuecomment-613251705
 
 
   17m vs 20m seems far less drastic than ~30m vs ~50m. i wonder why.
   i suspect 30m vs 50m involves cache miss/hit differences.
   see also: https://github.com/actions/cache/issues/208
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 edited a comment on issue #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on issue #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173#issuecomment-613245880
 
 
   > i chose arm-13 because it detected #156
   > do you know why arm-11 is quicker than arm-13?
   
   Because arm-11 take 17m to finish on Ubuntu but arm-13 take 20m. But the fast Ubuntu arm build is arm-10 and arm-12 in this time. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #173: CI: build arm-11 instead of arm-13 for macOS
URL: https://github.com/apache/incubator-nuttx-apps/pull/173#issuecomment-613236850
 
 
   i chose arm-13 because it detected https://github.com/apache/incubator-nuttx-apps/pull/156
   do you know why arm-11 is quicker than arm-13?
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services