docs: add cargo check workaround for macOS + Homebrew LLVM#30965
docs: add cargo check workaround for macOS + Homebrew LLVM#30965shguddn8591 wants to merge 1 commit into
Conversation
|
@claude review |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds macOS-specific troubleshooting documentation to CONTRIBUTING.md, explaining that Homebrew's ChangesmacOS Homebrew LLVM Troubleshooting Documentation
Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What does this PR do?
Added a documentation section in CONTRIBUTING.md to help contributors run cargo check on macOS when using Homebrew's llvm@21.
Homebrew's llvm@21 does not support the -fuse-ld=lld flag, which causes linker errors when running cargo check --workspace directly. This PR documents the RUSTFLAGS="" workaround and clarifies that official build commands (bun bd, bun run build) are unaffected.
How did you verify your code works?