mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
set up builder pipe
This commit is contained in:
parent
9feca5cdf6
commit
77a9ac165c
@ -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…
Reference in New Issue
Block a user