Don't show missing paths in logs
This commit is contained in:
parent
522bcea8fc
commit
ad2b7646ac
@ -127,6 +127,7 @@ sub doBuild {
|
|||||||
"--timeout $timeout " .
|
"--timeout $timeout " .
|
||||||
"--max-silent-time $maxsilent " .
|
"--max-silent-time $maxsilent " .
|
||||||
"--option build-max-log-size 67108864 " .
|
"--option build-max-log-size 67108864 " .
|
||||||
|
"--option print-missing false " .
|
||||||
"--keep-going --fallback " .
|
"--keep-going --fallback " .
|
||||||
"--no-build-output --log-type flat --print-build-trace " .
|
"--no-build-output --log-type flat --print-build-trace " .
|
||||||
"--add-root " . gcRootFor($outputs{out} // $outputs{(sort keys %outputs)[0]}) . " 2>&1";
|
"--add-root " . gcRootFor($outputs{out} // $outputs{(sort keys %outputs)[0]}) . " 2>&1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user