pulumi/changelog
Julien P bd323a395c
Fix non-blocking stdout/err with nodejs (#16504)
Node will sometimes set stdout or stderr into non-blocking mode, but go
will not notice this. When go attempts to write, we get an error: `write
/dev/stdout: resource temporarily unavailable`. To avoid this issue, we
copy the output of the command to the stdout and stderr of the go
process.

https://github.com/golang/go/issues/58408#issuecomment-1423621323

Fixes https://github.com/pulumi/pulumi/issues/16503
2024-06-27 18:34:31 +00:00
..
pending Fix non-blocking stdout/err with nodejs (#16504) 2024-06-27 18:34:31 +00:00
config.yaml Make pulumi install work for policy packs (#16438) 2024-06-21 19:19:21 +00:00