lupyuen commented on PR #14007:
URL: https://github.com/apache/nuttx/pull/14007#issuecomment-2402651865

   @GUIDINGLI That's a great idea! I run these scripts daily at GitHub Actions:
   - 
[qemu-riscv-nsh.yml](https://github.com/lupyuen/nuttx-riscv64/blob/main/.github/workflows/qemu-riscv-nsh.yml):
 Daily Build and Test NuttX for QEMU RISC-V 32-bit (Flat Build)
   - 
[qemu-riscv-knsh.yml](https://github.com/lupyuen/nuttx-riscv64/blob/main/.github/workflows/qemu-riscv-knsh.yml):
 Daily Build and Test NuttX for QEMU RISC-V 32-bit (Kernel Build)
   
   GitHub Actions won't run OSTest correctly for 64-bit QEMU. I run these 
scripts on my computer instead:
   - 
[test-nsh64.sh](https://github.com/lupyuen/nuttx-riscv64/blob/main/task/test-nsh64.sh):
 Automated Testing of Apache NuttX RTOS for QEMU RISC-V 64-bit Flat Build
   - 
[test-knsh64.sh](https://github.com/lupyuen/nuttx-riscv64/blob/main/task/test-knsh64.sh):
 Automated Testing of Apache NuttX RTOS for QEMU RISC-V 64-bit Kernel Build
   
   I'm not sure why GitHub Actions is failing for 64-bit QEMU. Here's what I 
discovered:
   - ["NuttX QEMU RISC-V fails on GitHub 
Actions"](https://lupyuen.github.io/articles/rust6#appendix-nuttx-qemu-risc-v-fails-on-github-actions)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to