mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
set up builder pipe
This commit is contained in:
parent
9feca5cdf6
commit
77a9ac165c
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ void LocalDerivationGoal::startBuilder()
|
|||
Path logFile = openLogFile();
|
||||
|
||||
/* Create a pipe to get the output of the builder. */
|
||||
//builderOut.create();
|
||||
builderOut.create();
|
||||
|
||||
builderOut.readSide = posix_openpt(O_RDWR | O_NOCTTY);
|
||||
if (!builderOut.readSide)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue