There was an error while loading. Please reload this page.
1 parent fcd5422 commit 234f5feCopy full SHA for 234f5fe
1 file changed
software/glasgow/hardware/build_plan.py
@@ -59,6 +59,9 @@ def _report_build_failure(self, stdout_lines: list[str], exit_code: int) -> Neve
59
f"gateware build failed with exit code {exit_code}; "
60
f"see build log above for details")
61
else:
62
+ # XXX
63
+ for stdout_line in stdout_lines:
64
+ print(stdout_line.decode().rstrip())
65
raise GatewareBuildError(
66
67
f"re-run `glasgow` without `-q` to view build log")
0 commit comments