mirror of
https://github.com/ruvnet/RuView
synced 2026-07-26 18:01:48 +00:00
91421c5e29
The combined 38-crate debug target exceeds the GitHub runner's disk
('final link failed: No space left on device'); the same tree measured
151GB locally with full debuginfo. CARGO_PROFILE_{DEV,TEST}_DEBUG=0
shrinks the target ~5-10x; debuginfo serves no purpose in CI test runs.
Co-Authored-By: claude-flow <ruv@ruv.net>