From bb2032cc38a522268964c44cf8f37bff448e92f4 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 12 Jul 2024 14:27:55 +0200 Subject: [PATCH] Drop per subimage build directory again Let's leave this up to the individual subimage build scripts instead, so that it's also possible for different subimages to share a build directory if they want to do so. --- mkosi/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mkosi/config.py b/mkosi/config.py index fa23af146..d8a860b39 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -3961,8 +3961,6 @@ def load_config(config: argparse.Namespace) -> Config: if config.build_dir: config.build_dir /= config.build_dir / f"{config.distribution}~{config.release}~{config.architecture}" - if config.image: - config.build_dir /= config.image if config.sign: config.checksum = True -- 2.47.2