1
1
Fork 0
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:
Domen Kožar 2021-06-28 23:16:40 +02:00
parent 9feca5cdf6
commit 77a9ac165c
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -726,7 +726,7 @@ void LocalDerivationGoal::startBuilder()
Path logFile = openLogFile(); Path logFile = openLogFile();
/* Create a pipe to get the output of the builder. */ /* Create a pipe to get the output of the builder. */
//builderOut.create(); builderOut.create();
builderOut.readSide = posix_openpt(O_RDWR | O_NOCTTY); builderOut.readSide = posix_openpt(O_RDWR | O_NOCTTY);
if (!builderOut.readSide) if (!builderOut.readSide)