Hi,

> Just set up a 32bit vm and maybe configure it to automatically test your git 
> branch? ;)

Container works even better as you can kick the build right from the
(host) command line, without boot vm, login, ...

sudo systemd-nspawn \
    --directory /path/to/32bit-distro-root \
    --bind /home \
    --share-system \
    --user $USER \
    make -C $HOME/projects/qemu/build-32bit

configure is a bit more complicated because systemd-nspaws lacks a
--workdir switch, you need either some wrapper scripting or have to boot
the container, login, cd $builddir and run configure manually.

HTH,
  Gerd


Reply via email to