Merge pull request #6469 from gbpdt/fix/skipped_build_locking

Unlock output paths when a derivation is already built

(cherry picked from commit 7ba4e073e8622ca86b52e03d68476e80250ab62f)
Change-Id: I9de077679290d5141a610ac43d99d3a43acff87c
This commit is contained in:
eldritch horrors 2024-03-04 05:53:17 +01:00
parent 5e182235cb
commit 5d77afe0a4

View file

@ -1474,6 +1474,7 @@ void DerivationGoal::done(
SingleDrvOutputs builtOutputs,
std::optional<Error> ex)
{
outputLocks.unlock();
buildResult.status = status;
if (ex)
buildResult.errorMsg = fmt("%s", normaltxt(ex->info().msg));