Skip to content
  • Andrew Leeming's avatar
    Bubblewrap is the default for executor_for_platform() · ff7d57ba
    Andrew Leeming authored
    Previously executor_for_platform() would select linux-user-chroot
    if availble. New behaviour is to look for bubblewrap first, then
    linux-user-chroot, else falling back to chroot. To support this, a
    generic 'get_program()' function was added to both bubblewrap.py
    and linux_user_chroot.py for interfacing.
    ff7d57ba