After #3203 we stopped writing the whole build output to logs under the assumption that our uploaded build logs will cover this.
But we have cases were we don't update build logs. Off the top of my head:
- adding essential files after toolchain updates
- manual
builder build {crate} builds
especially 1) made debugging an issue hard.
After #3203 we stopped writing the whole build output to logs under the assumption that our uploaded build logs will cover this.
But we have cases were we don't update build logs. Off the top of my head:
builder build {crate}buildsespecially 1) made debugging an issue hard.