itsManjeet commented on issue #1779:
URL: https://github.com/apache/buildstream/issues/1779#issuecomment-1288106814
```bash
UnTAR() {
tar xvf - 2> /dev/null || {
echo "Extraction failed." > /dev/tty; kill -15 $$;
};
}
```
this is line I found at Line: 719 which is causing the issue. I am new with
buildstream so I might missed to configure something like in docker
--privileged or something
buildstream use bwrap/container so do it need something extra to add to bind
/dev/tty as readwrite ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]