From: Daan De Meyer Date: Tue, 30 Jan 2024 13:41:47 +0000 (+0100) Subject: Remove outdated comment X-Git-Tag: v21~77^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45edec63faafd1175f8e673c79712ecc33e0a0a;p=thirdparty%2Fmkosi.git Remove outdated comment We don't mount tools anymore at the start of the build. Mounting them is done as part of setting the sandbox. --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 43c9da02d..dc7a5b68c 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -3536,7 +3536,6 @@ def run_build(args: Args, config: Config, *, resources: Path) -> None: complete_step(f"Building {config.name()} image"), prepend_to_environ_path(config), ): - # After tools have been mounted, check if we have what we need check_tools(config, Verb.build) # Create these as the invoking user to make sure they're owned by the user running mkosi.