What will be the procedure if we ever need to add a dependency now? With Docker it was easy because we could just edit the Dockerfile. What will be the equivalent?
On Sat, Jun 28, 2025 at 1:23 PM Ben Cooksley <bcooks...@kde.org> wrote: > Hi all, > > As part of our transition to VM based CI, i'm about to start cutting over > the build infrastructure for the underlying images used to support our CI > system from the current Docker model to the new VM based model. > > This follows the successful on-infrastructure build of a Windows image > completed this evening, which was the last milestone component remaining to > be validated when it came to building images. > > Because the system will continue to rely on the Docker images for a period > of time while we're transitioning over the next week or two, we will > temporarily be unable to add, update or remove any system level > dependencies (including Qt) during this time period. > > More information on the transition will be published in the coming week > once the images have been ported over, all successfully built, and a > variety of test builds have been successfully accomplished using them. > > I'm anticipating the completion of migration to VM based CI to be > completed within the next 2 weeks, if not sooner. > > Thanks, > Ben >