tmedicci commented on issue #14808:
URL: https://github.com/apache/nuttx/issues/14808#issuecomment-2539885626

   > 
[656883f](https://github.com/apache/nuttx/commit/656883fec5561ca91502a26bf018473ca0229aa4)
 just modify arm specific files, it's very strange that this patch could break 
RISCV chip, @tmedicci .
   
   I will double-check. You can verify it with:
   
   ```
   sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest 
/bin/bash -c "
     cd /tmp ; ls -la
     pwd ;
     git clone https://github.com/apache/nuttx nuttx;
     git clone https://github.com/apache/nuttx-apps apps ;
     pushd nuttx ;
     git checkout 656883fec5561ca91502a26bf018473ca0229aa4;
     echo NuttX Source: https://github.com/apache/nuttx/tree/\$(git rev-parse 
HEAD) ; popd ;
     pushd apps  ;
     git checkout 3a6ecb82b5f1ee670cd3bca505256f25d339e7d5;
     echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/\$(git 
rev-parse HEAD) ; popd ;
     cd nuttx/tools/ci ; cat testlist/risc-v-05.dat;
     (./cibuild.sh -c -A -N -R testlist/risc-v-05.dat || echo '***** BUILD 
FAILED') ;
   "
   ```
   
   (and then substitute `git checkout 656883fec5561ca91502a26bf018473ca0229aa4` 
to `git checkout 656883fec5561ca91502a26bf018473ca0229aa4~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: [email protected]

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

Reply via email to