]> git.ipfire.org Git - thirdparty/mkosi.git/commit
gentoo: Use bwrap() instead of run_workspace_command() to run emerge 1667/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 6 Jul 2023 11:34:59 +0000 (13:34 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 21 Jul 2023 21:09:06 +0000 (23:09 +0200)
commit8a9dd3b95893b3efe0d20fcad001537649eabf2c
treece8246354a898b3a77f21bd32b3214d9bb5206ed
parent678672dea14ef2f19bde32d2d7b68d73c54803fc
gentoo: Use bwrap() instead of run_workspace_command() to run emerge

Similar to the other distros, run the package manager with bwrap()
instead of run_workspace_command(). Also disable the sandboxing of
emerge as we do it in mkosi already.
mkosi/distributions/gentoo.py
mkosi/run.py