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();
/* 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)