forked from lix-project/lix
Reset tmpDirInSandbox for unsandboxed
This commit is contained in:
parent
9a0855bbb6
commit
5c06a8d328
|
@ -2330,6 +2330,7 @@ void DerivationGoal::startBuilder()
|
|||
int res = helper.wait();
|
||||
if (res != 0 && settings.sandboxFallback) {
|
||||
useChroot = false;
|
||||
tmpDirInSandbox = tmpDir;
|
||||
goto fallback;
|
||||
} else if (res != 0)
|
||||
throw Error("unable to start build process");
|
||||
|
|
Loading…
Reference in a new issue