We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
outputsSubstitutionTried
1 parent 53946fe commit 41274f3Copy full SHA for 41274f3
src/libstore/build/derivation-goal.cc
@@ -270,12 +270,7 @@ Goal::Co DerivationGoal::haveDerivation()
270
}
271
272
if (!waitees.empty()) co_await Suspend{}; /* to prevent hang (no wake-up event) */
273
- co_return outputsSubstitutionTried();
274
-}
275
-
276
277
-Goal::Co DerivationGoal::outputsSubstitutionTried()
278
-{
279
trace("all outputs substituted (maybe)");
280
281
assert(!drv->type().isImpure());
src/libstore/build/derivation-goal.hh
@@ -236,7 +236,6 @@ struct DerivationGoal : public Goal
236
Co getDerivation();
237
Co loadDerivation();
238
Co haveDerivation();
239
- Co outputsSubstitutionTried();
240
Co gaveUpOnSubstitution();
241
Co closureRepaired();
242
Co inputsRealised();
0 commit comments