]> git.ipfire.org Git - pakfire.git/commit
pakfire: Create a ramdisk if no path has been given
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Sep 2023 17:42:30 +0000 (17:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Sep 2023 17:42:30 +0000 (17:42 +0000)
commit06d741c659f365cce87c2023d436ec87b6eac30f
treea1e3800073c289e89a62b00f88aa2c8d04993f24
parent9ffaa5cfca18bb40173093a67bb2dd75db323979
pakfire: Create a ramdisk if no path has been given

This might be more useful when we struggle to cleanup the build
environment due to large IO. The build environment should generally be
small enough to easily fit into memory.

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