Commit ceeeee2
fix: make CARGO_HOME world-writable so user 1000 can build crates
cargo needs to write to /usr/local/cargo/registry when downloading
crate sources. chmod a+rx was missing the write bit, causing
'Permission denied' on registry/cache/ during tokenizers wheel build.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 25a599d commit ceeeee2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments