fdcavalcanti commented on PR #15853: URL: https://github.com/apache/nuttx/pull/15853#issuecomment-2677185775
> Thanks @tmedicci for the details !! Sorry for the noise :-) We are trying to work out the real world hardware automation and the problem we saw is security - untrusted code from PR lunached on local / home / company device and network. This is a separate subject but thus my questions - would it be possible to download everything before build along with the code, then launch offline jails where execution takes place :-) It is possible to do offline build, yes. You can download the external dependencies and set an environment variable that contains the path to those downloaded dependencies. Then, when building, NuttX will look for the local path. Of course, with time it must be updated as more boards and bugfixes are added. We can discuss this somewhere else and I can give some more detailed instructions. -- 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