Update to latest Lix main
This commit is contained in:
@@ -531,7 +531,7 @@ void State::buildRemote(ref<Store> destStore,
|
||||
{
|
||||
auto activeStepState(activeStep->state_.lock());
|
||||
if (activeStepState->cancelled) throw Error("step cancelled");
|
||||
activeStepState->pid = child.sshPid;
|
||||
activeStepState->pid = child.sshPid.get();
|
||||
}
|
||||
|
||||
Finally clearPid([&]() {
|
||||
|
||||
Reference in New Issue
Block a user