Do we have something similar to Debian Package Auto-building (https://buildd.debian.org/) for Proxmox as well. I wanted to look at the package build logs for qemu released under Proxmox repo.
Actually I wanted to look at the linking order of object files for the released qemu binary. But newer qemu versions use ninja build system which produces link order on the fly, so if I build myself, then it will not match the link order used while building the released qemu package.
Actually I wanted to look at the linking order of object files for the released qemu binary. But newer qemu versions use ninja build system which produces link order on the fly, so if I build myself, then it will not match the link order used while building the released qemu package.