> I've a virtual machine set up so I can rebuild and then upload anything
> else required. However there are a lot of packages, so it would make
> sense (to me anyway) if we could have a list of the things people would
> like built sooner rather than later. When I say a list, just using this
> thread would be enough for me.
>
> I will use the Jenkins builder to test if an app/library is likely to build
> and if it is, then do a build on my machine as that will force new
> builds of any dependent libraries. I will update package numbers if
> necessary.
Just to note that the 'build-all-packages' job in Jenkins will build
everything, sorted by dependency order - in other words if program A depends
on library B which depends on library C, it'll build C, then B, then A. The
'build-all-packages_generator' calculates those dependencies from the
'depends' files in SVN, so you just need to run that to update the
relationships.
It does, however, try to build everything - last time I did this it took
about 10 hours (likely to be longer if we have more builds that make
progress). So not so great if you're trying to debug build dependencies -
probably makes sense to fix problems on your machine.
(Oh, I notice it's run out of disc again. I'll try and fix that tomorrow)
Theo
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
No comments:
Post a Comment