Skip to content

Fix CI failures due to RUST_BACKTRACE and commit signing#1

Merged
Peter554 merged 2 commits intomasterfrom
claude/debug-ci-failures-rGvfc
Mar 28, 2026
Merged

Fix CI failures due to RUST_BACKTRACE and commit signing#1
Peter554 merged 2 commits intomasterfrom
claude/debug-ci-failures-rGvfc

Conversation

@Peter554
Copy link
Copy Markdown
Owner

  • Replace fn main() -> Result<()> with a manual error handler so
    stderr output is always just "Error: ", not influenced by
    RUST_BACKTRACE=1 (which appends a full stack trace via anyhow).
  • Disable commit.gpgsign in test repos created by setup_repo, so
    git commit succeeds even when the global config requires signing.

https://claude.ai/code/session_016hS6jF1xWduLbDRKyBnFh2

claude added 2 commits March 28, 2026 13:59
- Replace `fn main() -> Result<()>` with a manual error handler so
  stderr output is always just "Error: <msg>", not influenced by
  RUST_BACKTRACE=1 (which appends a full stack trace via anyhow).
- Disable commit.gpgsign in test repos created by setup_repo, so
  git commit succeeds even when the global config requires signing.

https://claude.ai/code/session_016hS6jF1xWduLbDRKyBnFh2
@Peter554 Peter554 merged commit 9f52d1a into master Mar 28, 2026
1 check 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