Skip to content

fix: remove .cargo/config.toml with hardcoded local path#110

Merged
noahgift merged 1 commit intomainfrom
fix/remove-cargo-config
Apr 5, 2026
Merged

fix: remove .cargo/config.toml with hardcoded local path#110
noahgift merged 1 commit intomainfrom
fix/remove-cargo-config

Conversation

@noahgift
Copy link
Copy Markdown
Contributor

@noahgift noahgift commented Apr 5, 2026

Summary

  • Removed .cargo/config.toml which contained target-dir = "/mnt/nvme-raid0/coverage/forjar" — a local path that doesn't exist on GitHub Actions runners, breaking nightly builds
  • Added .cargo/config.toml to .gitignore to prevent re-committing

Refs #109

Test plan

  • Nightly workflow should no longer fail with path-not-found errors
  • Local cargo build works without the config (uses default target/)

🤖 Generated with Claude Code

…efs forjar#109)

The file contained a local coverage target-dir that doesn't exist on
GitHub Actions runners, breaking nightly builds. Added to .gitignore
to prevent re-committing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@noahgift noahgift merged commit 1f043ee into main Apr 5, 2026
0 of 2 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

Thank you for your interest in this project, @noahgift.

This repository only accepts pull requests from organization members and authorized contributors. Your PR has been closed automatically.

If you believe you should have access, please open an issue to discuss your contribution first.

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.

1 participant