forked from lix-project/lix
Update src/libstore/build/derivation-goal.cc
This commit is contained in:
parent
17c98e03ea
commit
076d2b04da
|
@ -1164,7 +1164,6 @@ HookReply DerivationGoal::tryBuildHook()
|
|||
// XXX: Does this include known CA outputs?
|
||||
if (buildMode != bmCheck && status.known && status.known->isValid()) continue;
|
||||
missingOutputs.insert(outputName);
|
||||
/* missingPaths.insert(status.known->path); */
|
||||
}
|
||||
worker_proto::write(worker.store, hook->sink, missingOutputs);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue