diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-11 21:16:14 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-11 21:16:14 +0000 |
commit | 07e3466eb4e6d259dc328a5aec834d42f8aacb60 (patch) | |
tree | 3839ea36636e3411f8d2b4f749e847b627ae25cc /src/libstore/build.cc | |
parent | d0f6e338ddbd4b7e37c2d944c368ca3094619e9f (diff) |
Float comment to out describe `gaveUpOnSubstitution` in general
Diffstat (limited to 'src/libstore/build.cc')
-rw-r--r-- | src/libstore/build.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc index b9f79e5b7..1b55b9826 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -1334,11 +1334,10 @@ void DerivationGoal::outputsSubstitutionTried() gaveUpOnSubstitution(); } +/* At least one of the output paths could not be + produced using a substitute. So we have to build instead. */ void DerivationGoal::gaveUpOnSubstitution() { - /* At least one of the output paths could not be - produced using a substitute. So we have to build instead. */ - /* Make sure checkPathValidity() from now on checks all outputs. */ wantedOutputs.clear(); |