Skip to content

Commit

Permalink
Fix build with latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
thufschmitt committed Apr 8, 2021
1 parent a542f88 commit e0b9c88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion src/hydra-queue-runner/build-remote.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void openConnection(Machine::ptr machine, Path tmpDir, int stderrFD, Chil

child.pid = startProcess([&]() {

restoreSignals();
restoreProcessContext();

if (dup2(to.readSide.get(), STDIN_FILENO) == -1)
throw SysError("cannot dup input pipe to stdin");
Expand Down

0 comments on commit e0b9c88

Please sign in to comment.