Skip to:
We managed to us "mock_runner.sh" in multi-arch so far because it was flexible enough to allow us to select the chroot file.
mock_runner.sh
The issue is that mock_runner does not actually know the arch we are running on so we can`t::
do different mounts per-arch
install different packages per-arch
have different check_* scripts per-arch
check_*
well we have one place where this would have been useful (we have a custom packages file for s390x in the jenkins project).
we managed to do without this so far because of the added flexibility v2 gave us.
@Barak Korren is this still planned/needed?
We managed to us "
mock_runner.sh
" in multi-arch so far because it was flexible enough to allow us to select the chroot file.The issue is that mock_runner does not actually know the arch we are running on so we can`t::
do different mounts per-arch
install different packages per-arch
have different
check_*
scripts per-arch