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/10/19 08:20:35 UTC

[GitHub] [incubator-nuttx] ttnie opened a new pull request, #7352: build qemu in docker

ttnie opened a new pull request, #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352

   Signed-off-by: nietingting <ni...@xiaomi.com>
   
   ## Summary
   build qemu in docker
   ## Impact
   no
   ## Testing
   test on local host
   


-- 
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] btashton commented on pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
btashton commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1283764470

   Can't we use the qemu-system-misc and qemu-system-arm packages


-- 
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] ttnie commented on pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
ttnie commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1283857400

   > 
   
   qemu-system-arm be installed before, but still not work on https://github.com/apache/incubator-nuttx/pull/7266
   so I try to build from the source


-- 
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] acassis commented on pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
acassis commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1283980189

   Maybe we should put the final binaries in some server and download it, compiling from source code all the time will slow down the CI machine


-- 
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] btashton commented on pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
btashton commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1284116473

   > > 
   > 
   > qemu-system-arm be installed before, but still not work on https://github.com/apache/incubator-nuttx/pull/7266
   > so I try to build from the source
   
   I looked at that failed build and I don't think that is correct. From what I posted those two packages provided the needed configs. Let's figure out why, we don't need to be building qemu from source. 


-- 
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] ttnie closed pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
ttnie closed pull request #7352: build qemu in docker
URL: https://github.com/apache/incubator-nuttx/pull/7352


-- 
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] pkarashchenko commented on pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1283657993

   Why do we need to build qemu is docker?


-- 
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] btashton commented on pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
btashton commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1284127901

   The push job that actually uploaded the image with your changes in master failed which is why it was missing. I  restarted that job https://github.com/apache/incubator-nuttx/actions/runs/3273853972


-- 
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] ttnie commented on pull request #7352: build qemu in docker

Posted by GitBox <gi...@apache.org>.
ttnie commented on PR #7352:
URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1283690149

   > Why do we need to build qemu is docker?
   
   I want to run some basic test on qemu(imx6 and riscv 32bit && 64bit), but qemu-system-arm, qemu-system-riscv32 and qemu-system-riscv64 not included on docker. So build from the source...


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