Skip to content
Snippets Groups Projects
Commit b2efffda authored by Ivy Fay's avatar Ivy Fay
Browse files

sandbox: stop mounting new filesystem on /tmp

Mounting new, empty filesystem on /tmp makes impossible to use mat2 for manipulating files stored there. Especially it breaks running tests while creating package and using /tmp as temporary builddir which is common setup in Arch Linux:
https://aur.archlinux.org/packages/mat2/#comment-721221
parent 7465cede
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ def _get_bwrap_args(tempdir: str,
['--dev', '/dev',
'--proc', '/proc',
'--chdir', cwd,
'--tmpfs', '/tmp',
'--unshare-user-try',
'--unshare-ipc',
'--unshare-pid',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment