OBS_VM_TYPE=qemu:ppc64le: cpuflags?
Hi all, on a private instance, I'm trying to get rid of the "real" ppc worker and run an emulated ppc64le machine. I fixed bs_worker (which only works in master for VM_TYPE=qemu:..., can send a patch for 2.10 if wanted), and it builds. However, the worker's cpuflags are the x86_64 host's cpuflags... not the emulated cpu's. For example in build.o.o, SUSE:SLE-12-SP5:GA has %ifarch ppc64le Constraint: hardware:cpu:flag power8 %endif and thus a build job against this repo will never get scheduled. Is there a way to "fake" the cpuflags? Or do I need to remove the constraints from the prjconf (and thus deviate from the "upstream" config)? Thanks, seife -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman
On 26.10.22 18:36, Stefan Seyfried wrote:
I fixed bs_worker (which only works in master for VM_TYPE=qemu:..., can send a patch for 2.10 if wanted), and it builds.
I opened https://github.com/openSUSE/open-build-service/pull/13278 with the fix. -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman
participants (1)
-
Stefan Seyfried