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.
2 parents 940e9eb + d16a199 commit 61ddfa1Copy full SHA for 61ddfa1
src/libstore/build/local-derivation-goal.cc
@@ -357,7 +357,7 @@ bool LocalDerivationGoal::cleanupDecideWhetherDiskFull()
357
for (auto & [_, status] : initialOutputs) {
358
if (!status.known) continue;
359
if (buildMode != bmCheck && status.known->isValid()) continue;
360
- auto p = worker.store.printStorePath(status.known->path);
+ auto p = worker.store.toRealPath(status.known->path);
361
if (pathExists(chrootRootDir + p))
362
renameFile((chrootRootDir + p), p);
363
}
0 commit comments