Skip to content

Add option to show stack trace in failed builds #438

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Erethon
Copy link
Contributor

@Erethon Erethon commented May 22, 2025

This adds an option called showTrace that adds --show-trace on nix builds and evals to show the full stack trace when something fails. It's off by default to keep the existing functionality as is.

You can see it in action here.

I'm not that familiar with the buildbot(-nix) codebase, so I hope I haven't missed something obvious in this change.

@Mic92
Copy link
Member

Mic92 commented May 22, 2025

Needs a nix fmt and git commit --amend locally to fix up the formatting.

@Erethon Erethon force-pushed the feat-show-stack-trace branch from 1160de9 to b530999 Compare May 22, 2025 12:27
@Erethon
Copy link
Contributor Author

Erethon commented May 22, 2025

Needs a nix fmt and git commit --amend locally to fix up the formatting.

Sorry about that, should have opened as draft until all the checks passed.

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.

2 participants