Re: make test fail on riscv64 (was: RE26 testing call #1 (2.6.4))

Michael Ströder <[email protected]> Sat, 19 Nov 2022 16:09:54 +0100
Newsgroups gmane.network.openldap.devel
Message-ID <[email protected]>
On 11/18/22 18:41, Howard Chu wrote:
> Michael Str=C3=B6der wrote:
>> AFAICT the OBS builds are always run on temporarily spawned VMs
>> (IIRC qemu-kvm), not only containers. For most platforms the VMs
>> are spawned on real native hardware .. >
> Your log clearly shows the build is running under a QEMU VM.

Also on riscv64 OBS starts the build VM with:

qemu-kvm [..] -cpu host -M pc,accel=3Dkvm,[..]

AFAICT this results in KVM being used without CPU emulation.

Ciao, Michael.