]> git.ipfire.org Git - pakfire.git/commit
mount: Don't mount /tmp in container
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jul 2022 17:31:16 +0000 (17:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jul 2022 17:31:16 +0000 (17:31 +0000)
commit838c885a1376a1fabb0eb7d246e80de3a9775b25
tree3d2beae62a001bdef4df0459f1bac63e1923c5ab
parent58597ad506610631677ebf5d5af2e9a36ad6742e
mount: Don't mount /tmp in container

If /tmp is a ramdisk, any temporary files written during the build
process will be lost between stages. That is rather unintuitive and we
might use excess memory.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/mount.c