Skip to content

Commit

Permalink
fix nightlies: smaller log files (nim-lang#15074)
Browse files Browse the repository at this point in the history
Hopefully this will fix
"The job exceeded the maximum log length, and has been terminated."
  • Loading branch information
narimiran authored and mildred committed Jan 11, 2021
1 parent 1d95d52 commit 2cb6ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kochdocs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const
gaCode* = " --doc.googleAnalytics:UA-48159761-1"
# errormax: subsequent errors are probably consequences of 1st one; a simple
# bug could cause unlimited number of errors otherwise, hard to debug in CI.
nimArgs = "--errormax:3 --hint:Conf:off --hint:Path:off --hint:Processing:off -d:boot --putenv:nimversion=$#" % system.NimVersion
nimArgs = "--errormax:3 --hint:Conf:off --hint:Path:off --hint:Processing:off --hint:XDeclaredButNotUsed:off --warning:UnusedImport:off -d:boot --putenv:nimversion=$#" % system.NimVersion
gitUrl = "https://github.com/nim-lang/Nim"
docHtmlOutput = "doc/html"
webUploadOutput = "web/upload"
Expand Down

0 comments on commit 2cb6ee2

Please sign in to comment.