Hi, Am 30.12.2014 um 19:06 schrieb Oscar C: > I couple of armv7 packages that depends on libraries on > devel:libraries:c_c++ are blocked because package building is > progressing very slowly. Almost 48 hours later and only 25 of 187 > packages have been built so far. aarch64 had all of the packages built > in less than 24 hours. > > What can be done to speed it up?
First, a difference between aarch64 and armv7l is that aarch64 is built in QEMU on x86_64, and armv7l is built natively. We cannot mix native and emulated builds today, so... * Contribute more KVM-compatible ARMv7/v8 build machines to OBS * Fix instabilities of current ARMv7 build machines in OBS => Availability of build machines would streamline builds overall. * For devel:libaries:c_c++ openSUSE_Factory_ARM repo use block="local", cf. https://build.opensuse.org/project/meta/Virtualization => This will avoid devel:libaries:c_c++ packages being blocked by packages not yet rebuilt in Factory. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
