From 74a8cf1161a147dc94429cad2e935bba62bb7a84 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 25 Sep 2024 17:09:49 +0200 Subject: [PATCH] stages: add `QEMU_LOG=unimp` to org.osbuild.ostree.deploy.container This should help debug why we see failures on arm when cross building. --- stages/org.osbuild.ostree.deploy.container | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stages/org.osbuild.ostree.deploy.container b/stages/org.osbuild.ostree.deploy.container index ef3a10339..e6fd4e52a 100755 --- a/stages/org.osbuild.ostree.deploy.container +++ b/stages/org.osbuild.ostree.deploy.container @@ -49,6 +49,10 @@ def main(tree, inputs, options): kopts = options.get("kernel_opts", []) target_imgref = options.get("target_imgref") + # XXX: find a better way to include this only conditionally, e.g. + # when there is a debug mode enabled + os.environ["QEMU_LOG"] = "unimp" + # schema should catch the case in which there are more # than one input but this adds a second layer of security if len(inputs) > 1: