lupyuen commented on PR #15566:
URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2595283184
I'm running with Docker, might take a while...
```bash
sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/tiiuae/nuttx --branch fix_pthread_cond
git clone https://github.com/apache/nuttx-apps 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/sim-01.dat
## TODO: Dump the CI Test Log
```
--
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]