Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] autobuild-run: also save Meson config log files on package failure
@ 2025-11-24 21:37 Bernd Kuhls
  2025-11-26 11:18 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2025-11-24 21:37 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 scripts/autobuild-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 4987c61..0e4e4bf 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -627,7 +627,7 @@ class Builder:
             srcroot = os.path.join(self.outputdir, "build", '-'.join(reason))
             destroot = os.path.join(self.resultdir, '-'.join(reason))
             config_files = ('config.log', 'CMakeCache.txt', 'CMakeError.log',
-                'CMakeOutput.log')
+                'CMakeOutput.log', 'meson-log.txt')
 
             for root, dirs, files in os.walk(srcroot):
                 dest = os.path.join(destroot, os.path.relpath(root, srcroot))
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-26 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-24 21:37 [Buildroot] [PATCH 1/1] autobuild-run: also save Meson config log files on package failure Bernd Kuhls
2025-11-26 11:18 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox