bin/oss-fuzz-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 017a96aeb8f597de0f739fa8ba29dc56a28c9c0c Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Aug 16 11:16:49 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Aug 16 12:23:54 2021 +0200 ofz: log with date -u Change-Id: I9e85ee0f98c3b7cfab15db5e93f65a053996bf00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120534 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index 7e77c67497a4..efc317f7bf91 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -5,7 +5,7 @@ if [ -z "${OUT}" ] || [ -z "${SRC}" ] || [ -z "${WORK}" ]; then exit 1 fi -echo start at `date` +echo start at `date -u` #shuffle CXXFLAGS -stdlib=libc++ arg into CXX as well because we use #the CXX as the linker and need to pass -stdlib=libc++ to build @@ -59,4 +59,4 @@ cp $SRC/*.dict $OUT #options files cp $SRC/libreoffice/vcl/workben/*.options $OUT -echo end at `date` +echo end at `date -u`