]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add missing complete_step() when installing build packages
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 24 Apr 2023 07:55:26 +0000 (09:55 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 24 Apr 2023 08:17:36 +0000 (10:17 +0200)
mkosi/__init__.py

index f6352455b17eddcb59b1153d73c3a636f7a81907..d910b5f8fbd921330dd56d870547a8b117112d7f 100644 (file)
@@ -297,7 +297,7 @@ def install_build_packages(state: MkosiState, cached: bool) -> None:
     if state.config.build_script is None or cached:
         return
 
-    with mount_build_overlay(state):
+    with complete_step(f"Installing build packages for {str(state.config.distribution).capitalize()}"), mount_build_overlay(state):
         state.installer.install_packages(state, state.config.build_packages)
 
         # Create a few necessary mount points inside the build overlay for later.