summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2026-01-07 21:52:53 +0300
committerGleb Popov <arrowd@FreeBSD.org>2026-01-07 22:44:25 +0300
commitf31121316613ed8579a5f61db0a904a4b52fe70b (patch)
tree9ea0f50639f303c404dbf11be1d1766f8d6541db
parentb1a4d1c2e92cb6dcf47446d27c0e2342af0c6360 (diff)
lang/dotnet: Produce verbose logs on console to avoid Poudriere timeouts
(cherry picked from commit 41fb5a71c5ca9fee9e96407b8ca919352ada4e7d)
-rw-r--r--lang/dotnet/Makefile1
1 files changed, 1 insertions, 0 deletions
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}