mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Inline outputsSubstitutionTried
This commit is contained in:
parent
53946fe017
commit
41274f3c3e
2 changed files with 0 additions and 6 deletions
|
@ -270,12 +270,7 @@ Goal::Co DerivationGoal::haveDerivation()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!waitees.empty()) co_await Suspend{}; /* to prevent hang (no wake-up event) */
|
if (!waitees.empty()) co_await Suspend{}; /* to prevent hang (no wake-up event) */
|
||||||
co_return outputsSubstitutionTried();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Goal::Co DerivationGoal::outputsSubstitutionTried()
|
|
||||||
{
|
|
||||||
trace("all outputs substituted (maybe)");
|
trace("all outputs substituted (maybe)");
|
||||||
|
|
||||||
assert(!drv->type().isImpure());
|
assert(!drv->type().isImpure());
|
||||||
|
|
|
@ -236,7 +236,6 @@ struct DerivationGoal : public Goal
|
||||||
Co getDerivation();
|
Co getDerivation();
|
||||||
Co loadDerivation();
|
Co loadDerivation();
|
||||||
Co haveDerivation();
|
Co haveDerivation();
|
||||||
Co outputsSubstitutionTried();
|
|
||||||
Co gaveUpOnSubstitution();
|
Co gaveUpOnSubstitution();
|
||||||
Co closureRepaired();
|
Co closureRepaired();
|
||||||
Co inputsRealised();
|
Co inputsRealised();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue