Commit 13eb5d4
committed
DOC: Document local rattler-build invocation and stale package cache fix
Add two sections to README_Advanced.md:
1. "Local build invocation" — shows the correct way to call rattler-build
locally (the dev pixi env does not bundle it; use the rattler cache path
or pixi global install).
2. "Stale rattler package cache" — explains the hash mismatch error that
occurs on repeated local builds and gives the one-line workaround:
rm -rf ~/.cache/rattler/cache/pkgs/libitk-*
Root cause documented: the staging cache key includes build-environment
package hashes, which change as conda-forge updates packages between runs,
forcing a new libitk build with a different hash each time.1 parent 1be14b6 commit 13eb5d4
1 file changed
+51
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
6 | 57 | | |
7 | 58 | | |
8 | 59 | | |
| |||
0 commit comments