From 0a84ef273116c6e163a6b51014c2f27d584b05cb Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Fri, 14 Mar 2025 11:44:45 +0100 Subject: [PATCH] automation/cirrus-ci: add timestamps MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Such timestamps can still be disabled from the Web UI using a tick box. Signed-off-by: Roger Pau Monné Acked-by: Stefano Stabellini (cherry picked from commit 1256159f3cfcfef475b94dda39f68a85702bba64) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 1a39f5026f..aa195ba370 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,6 +14,7 @@ freebsd_template: &FREEBSD_ENV APPEND_LIB: /usr/local/lib APPEND_INCLUDES: /usr/local/include CIRRUS_CLONE_DEPTH: 1 + CIRRUS_LOG_TIMESTAMP: true freebsd_artifacts: &FREEBSD_ARTIFACTS always: -- 2.39.5