Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2026 19:48:49 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
Subject:   git: f31121316613 - 2025Q4 - lang/dotnet: Produce verbose logs on console to avoid Poudriere timeouts
Message-ID:  <695eb8a1.418d7.1d272eab@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q4 has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f31121316613ed8579a5f61db0a904a4b52fe70b

commit f31121316613ed8579a5f61db0a904a4b52fe70b
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-01-07 18:52:53 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-01-07 19:44:25 +0000

    lang/dotnet: Produce verbose logs on console to avoid Poudriere timeouts
    
    (cherry picked from commit 41fb5a71c5ca9fee9e96407b8ca919352ada4e7d)
---
 lang/dotnet/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile
index a832cab68c5f..6c6e03003135 100644
--- a/lang/dotnet/Makefile
+++ b/lang/dotnet/Makefile
@@ -109,6 +109,7 @@ do-build:
 		--with-packages ${WRKDIR}/packages \
 		--source-build \
 		-- \
+		/p:MinimalConsoleLogOutput=false \
 		-maxcpucount:${MAKE_JOBS_NUMBER} \
 		${PORTABLE_BUILD_FLAG}
 


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695eb8a1.418d7.1d272eab>