Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spirv-builder: pass through non-JSON stdout lines even after an error. #267

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

eddyb
Copy link
Contributor

@eddyb eddyb commented Nov 20, 2020

While investigating #192, I couldn't get RUSTC_LOG to work for the nested build, and it turns out that it was a combination of it outputting on stdout (which rust-lang/rust#79238 fixes) and spirv-builder not showing any of the stdout on failure.

This addresses the latter, in case a similar problem to the former, arises in the future.

@eddyb eddyb requested a review from khyperia November 20, 2020 18:06
Copy link
Contributor

@khyperia khyperia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat, I actually repeatedly hit this and was like "but wait I thought I passed through invalid-json-stdout" but never bothered to put in the time to debug why it wasn't printing. thanks!

@mergify mergify bot merged commit 6e0e23c into EmbarkStudios:main Nov 20, 2020
@eddyb eddyb deleted the spirv-builder-stdout branch November 20, 2020 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants