Skip to content

Commit

Permalink
Merge branch 'master' into use-store-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Feb 18, 2025
2 parents 1381ee8 + 18c0d76 commit 02a65eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/hydra-queue-runner/build-remote.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "build-result.hh"
#include "serve-protocol.hh"
#include "serve-protocol-impl.hh"
#include "state.hh"
#include "current-process.hh"
#include "processes.hh"
Expand Down Expand Up @@ -134,7 +133,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 = conn.store->getConnectionPid();
}

Finally clearPid([&]() {
Expand Down

0 comments on commit 02a65eb

Please sign in to comment.