mirror of
https://github.com/ankitects/anki.git
synced 2026-01-11 04:53:55 -05:00
Anki's build scripts (ninja) set CARGO_TARGET_DIR for their own execution. But, when running cargo commands directly (like cargo check), those commands don't inherit that environment variable and use the default target/ directory instead, leading to duplicate builds. After this change, all cargo commands (check, build, test, etc.) will use the same cache, saving storage space. |
||
|---|---|---|
| .. | ||
| config.toml | ||