Skip to content
Snippets Groups Projects
Commit 96fbbbde authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

build-remote.pl: Don't keep build logs on the build slave

parent d6fd6d8a
No related branches found
No related tags found
No related merge requests found
......@@ -258,8 +258,9 @@ close UPLOADLOCK;
# Perform the build.
my $buildFlags =
"--max-silent-time $maxSilentTime --option build-timeout $buildTimeout "
. "--fallback --add-root $rootsDir/\$PPID.out --option verbosity 0";
"--max-silent-time $maxSilentTime --option build-timeout $buildTimeout"
. " --fallback --add-root $rootsDir/\$PPID.out --option verbosity 0"
. " --option build-keep-log false";
# We let the remote side kill its process group when the connection is
# closed unexpectedly. This is necessary to ensure that no processes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment