Re: [I] [HELP] NuttX Make issues inside of Docker container [nuttx]

2025-01-27 Thread via GitHub
stbenn closed issue #15632: [HELP] NuttX Make issues inside of Docker container URL: https://github.com/apache/nuttx/issues/15632 -- 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.

Re: [I] [HELP] NuttX Make issues inside of Docker container [nuttx]

2025-01-27 Thread via GitHub
stbenn commented on issue #15632: URL: https://github.com/apache/nuttx/issues/15632#issuecomment-2616954590 Thank you both for the suggestions. I ended up both passing UID and GID to the running image, and mounting the volume at the same location as on the host. There might be more sophisti

[I] [HELP] NuttX Make issues inside of Docker container [nuttx]

2025-01-21 Thread via GitHub
stbenn opened a new issue, #15632: URL: https://github.com/apache/nuttx/issues/15632 ### Description I am creating a process to have easily reproducible development environments for my various NuttX projects. The solution I have come up with uses a very simple Docker container to man