Doh
This commit is contained in:
parent
c160ead82f
commit
632f989b51
|
@ -1469,13 +1469,10 @@ void DerivationGoal::buildDone()
|
|||
(e.g., fetchurl not being able to access the network).
|
||||
Hook errors (like communication problems with the
|
||||
remote machine) shouldn't be cached either. */
|
||||
if (/* settings.cacheFailure && */ !fixedOutput && !diskFull)
|
||||
{
|
||||
printMsg(lvlError, "REG");
|
||||
if (settings.cacheFailure && !fixedOutput && !diskFull)
|
||||
foreach (DerivationOutputs::iterator, i, drv.outputs)
|
||||
worker.store.registerFailedPath(i->second.path);
|
||||
}
|
||||
}
|
||||
|
||||
amDone(ecFailed);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue