Message ID | 20250317121616.40687-2-roger.pau@citrix.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | automation/cirrus-ci: add smoke tests of the FreeBSD builds | expand |
On Mon, 17 Mar 2025, Roger Pau Monne wrote: > Such timestamps can still be disabled from the Web UI using a tick box. > > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > .cirrus.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.cirrus.yml b/.cirrus.yml > index 1a39f5026f9a..aa195ba370ac 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.48.1 >
diff --git a/.cirrus.yml b/.cirrus.yml index 1a39f5026f9a..aa195ba370ac 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:
Such timestamps can still be disabled from the Web UI using a tick box. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+)