From 15fa5e5b555fdc1aad10f51822de877cde71294d Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 9 May 2021 07:50:18 +0200 Subject: the stdout fd contains the build log Using a pipe enables streaming of logs, which would not be possible with a regular file output. --- mdbp/build_schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mdbp/build_schema.json') diff --git a/mdbp/build_schema.json b/mdbp/build_schema.json index 138de76..85bcd00 100644 --- a/mdbp/build_schema.json +++ b/mdbp/build_schema.json @@ -123,6 +123,11 @@ "directory": { "type": "string", "description": "target directory to place output artifacts, can be specified relative to the location of this json file" + }, + "log": { + "type": "boolean", + "default": true, + "description": "whether to output the build log on the stdout file descriptor" } } } -- cgit v1.2.3