lupyuen commented on PR #2907:
URL: https://github.com/apache/nuttx-apps/pull/2907#issuecomment-2556006671

   @cederom `sim:lua` builds OK now, after I clicked "Re-Run All Jobs" (instead 
of Failed Jobs)
   
https://github.com/apache/nuttx-apps/actions/runs/12408505693/job/34685151351?pr=2907#step:7:343
   ```text
   Configuration/Tool: sim/lua
     Building NuttX...
     Normalize sim/lua
   ```
   That's because Fetch Source needs to fetch the latest source from nuttx @ 
releases/12.8. I discovered this when building `sim:lua` with Docker:
   https://gist.github.com/lupyuen/20415deb88c890c0284b6ba5fc7b3836
   ```bash
   sudo docker run \
     -it \
     ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
     /bin/bash
   cd
   git clone https://github.com/apache/nuttx --branch releases/12.8
   git clone https://github.com/jerpelea/nuttx-apps apps --branch bp-2902
   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/configure.sh sim:lua
   make -j
   ## NuttX Source: 
https://github.com/apache/nuttx/tree/925b8b0904dcdd8d2c36b5d0a3fe0f1960e6a5bf
   ## NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/fd7b8327f2185358c6bd29018479fdcb7fe7a8bd
   ```
   `sim-02` also builds correctly with Docker:
   https://gist.github.com/lupyuen/394aaa99616553921238ab6e164b6614
   ```bash
   sudo docker run \
     -it \
     ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
     /bin/bash
   cd
   git clone https://github.com/apache/nuttx --branch releases/12.8
   git clone https://github.com/jerpelea/nuttx-apps apps --branch bp-2902
   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/sim-02.dat 
   ```
   


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