Commit fdced3f
committed
Drop global rustc-wrapper = sccache from .cargo/config.toml
The sdist job in publish-python.yml doesn't compile any Rust and
therefore doesn't install sccache, but cargo metadata still reads the
workspace config and invokes the wrapper — causing a fatal "No such
file or directory" before it can even enumerate packages.
Same fix rationale as the target-cpu=native removal: config.toml is
read everywhere cargo runs, so it can't assume specific host tooling.
Build jobs that want sccache opt in explicitly via
mozilla-actions/sccache-action or maturin-action's sccache: true.1 parent df69daf commit fdced3f
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments