Skip to content

Commit 234f5fe

Browse files
committed
wip
1 parent fcd5422 commit 234f5fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

software/glasgow/hardware/build_plan.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ def _report_build_failure(self, stdout_lines: list[str], exit_code: int) -> Neve
5959
f"gateware build failed with exit code {exit_code}; "
6060
f"see build log above for details")
6161
else:
62+
# XXX
63+
for stdout_line in stdout_lines:
64+
print(stdout_line.decode().rstrip())
6265
raise GatewareBuildError(
6366
f"gateware build failed with exit code {exit_code}; "
6467
f"re-run `glasgow` without `-q` to view build log")

0 commit comments

Comments
 (0)