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();
|
int res = helper.wait();
|
||||||
if (res != 0 && settings.sandboxFallback) {
|
if (res != 0 && settings.sandboxFallback) {
|
||||||
useChroot = false;
|
useChroot = false;
|
||||||
|
tmpDirInSandbox = tmpDir;
|
||||||
goto fallback;
|
goto fallback;
|
||||||
} else if (res != 0)
|
} else if (res != 0)
|
||||||
throw Error("unable to start build process");
|
throw Error("unable to start build process");
|
||||||
|
|
Loading…
Reference in a new issue