You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to hear your opinion about docker builds. Let's say I want to build welle.io (as an example). It would be awesome to use docker for this, but i can't use the provided -minimal sysroot because I have to add packages and QT modules. The way to do this would be to add modules to qt-modules.txt and adjust prepare-sysroot-full.sh to add packages. Then compile everything on my local machine and create a docker container with my local compiled resources, right? The current docker file is meant to be used in a different way? It retrieves the systroot by downloading it and the sysroot is initially created by a jenkins buildjob if i see this right. It would be nice to add some scripts to automatically create a custom docker image with my customizations to use it in a automatic build environment.
The text was updated successfully, but these errors were encountered:
Just to tell you I haven't forgotten about you, my week was quite busy. I'll take some time next Tuesday to review thoroughly your work. Thanks again for contributing 👍 !
No worries! I achieved my goal to cross compile for my raspberry pi. If we can somehow make this available for everyone else, I'm glad. But there is no need to rush :)
I'd like to hear your opinion about docker builds. Let's say I want to build welle.io (as an example). It would be awesome to use docker for this, but i can't use the provided
-minimal
sysroot because I have to add packages and QT modules. The way to do this would be to add modules toqt-modules.txt
and adjustprepare-sysroot-full.sh
to add packages. Then compile everything on my local machine and create a docker container with my local compiled resources, right? The current docker file is meant to be used in a different way? It retrieves the systroot by downloading it and the sysroot is initially created by a jenkins buildjob if i see this right. It would be nice to add some scripts to automatically create a custom docker image with my customizations to use it in a automatic build environment.The text was updated successfully, but these errors were encountered: