tmedicci opened a new pull request, #2886:
URL: https://github.com/apache/nuttx-apps/pull/2886

   ## Summary
   
   * interpreters/python: Avoid warnings that could be treated as errors and 
prevent CI from failing when `EXTRAFLAGS="-Wno-cpp -Werror"` is set.
   
   Please check the discussion at 
https://github.com/apache/nuttx/pull/15099#issuecomment-2531817168
   
   ## Impact
   
   Avoid CI failing when `EXTRAFLAGS="-Wno-cpp -Werror"` is set
   
   ## Testing
   
   Internal CI testing + test with CI's docker image according to 
https://github.com/apache/nuttx/issues/14601#issuecomment-2452875114:
   
   ```
   sudo docker run -it nuttx ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest 
\       
     /bin/bash -c "
     cd ;
     pwd ;
     git clone https://github.com/tmedicci/incubator-nuttx --branch 
feature/python nuttx;
     git clone https://github.com/tmedicci/incubator-nuttx-apps --branch 
improvement/python_gcc_warnings apps ;
     pushd nuttx ; echo NuttX Source: 
https://github.com/apache/nuttx/tree/\$(git rev-parse HEAD) ; popd ;
     pushd apps  ; echo NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/\$(git rev-parse HEAD) ; popd ;
     cd nuttx/tools/ci ;
     (./cibuild.sh -c -A -N -R testlist/risc-v-06.dat || echo '***** BUILD 
FAILED') ;
   "
   ```


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

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

Reply via email to