nix-community / nix-environments

Repository to maintain out-of-tree shell.nix files (maintainer=@mic92)
MIT License
188 stars 33 forks source link

yocto environment fails with "BrokenPipeError: [Errno 32] Broken pipe" #55

Open jetm opened 10 months ago

jetm commented 10 months ago

yocto environment builds fine just with poky, but in an environment using nix-shell with more layers and a HW with 32 threads, it starts failing with this error:

    >        worker.stdin.write(msg)

BrokenPipeError: [Errno 32] Broken pipe

In a Docker/Podman container works fine in the same setup.