]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Pass configured environment to ukify
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 1 Nov 2024 18:54:32 +0000 (19:54 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 3 Nov 2024 12:40:06 +0000 (13:40 +0100)
mkosi/__init__.py

index ec4c8ee6d13ca9bc3130dcc8db193532ee5fcc37..dfc59d27d0699a2d73bdcb50f0cf05e0dbf690e3 100644 (file)
@@ -1549,6 +1549,7 @@ def run_ukify(
             if context.config.secure_boot_key_source.type != KeySourceType.file
             else subprocess.DEVNULL
         ),
+        env=context.config.environment,
         sandbox=context.sandbox(
             binary=ukify,
             options=[*opt, *options],