apache / buildstream

BuildStream, the software integration tool
https://buildstream.build/
Apache License 2.0
85 stars 30 forks source link

sandbox: request remote execution output as a directory digest #1962

Closed abderrahim closed 1 month ago

abderrahim commented 1 month ago

This gives us an output that is easier to manipulate given we're using buildbox-casd, and allows to avoid a whole class of bugs such as #1842 and #1961

The old code for handling the output as a Tree is kept for now as the remote execution spec recommends using it as a fallback