]> git.ipfire.org Git - pakfire.git/commitdiff
build: Always turn tmpfs usage on for local builds
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Feb 2025 18:30:29 +0000 (18:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Feb 2025 18:30:29 +0000 (18:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/build.c

index 527bd3186b2071571edd09f9a5107f691cef90f0..eafc86ee81f2862530273771e659fa0cfd3b1734 100644 (file)
@@ -1950,7 +1950,7 @@ static int pakfire_build_setup_pakfire(
 
        // Is this a local build?
        if (build->flags & PAKFIRE_BUILD_LOCAL)
-               flags |= PAKFIRE_FLAGS_BUILD_LOCAL;
+               flags |= PAKFIRE_FLAGS_BUILD_LOCAL | PAKFIRE_USE_TMPFS;
 
        // Enable snapshot?
        if (build->flags & PAKFIRE_BUILD_ENABLE_SNAPSHOT)