diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2026-01-07 21:52:53 +0300 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2026-01-07 22:44:25 +0300 |
| commit | f31121316613ed8579a5f61db0a904a4b52fe70b (patch) | |
| tree | 9ea0f50639f303c404dbf11be1d1766f8d6541db | |
| parent | b1a4d1c2e92cb6dcf47446d27c0e2342af0c6360 (diff) | |
lang/dotnet: Produce verbose logs on console to avoid Poudriere timeouts
(cherry picked from commit 41fb5a71c5ca9fee9e96407b8ca919352ada4e7d)
| -rw-r--r-- | lang/dotnet/Makefile | 1 |
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} |
