Commit 7f3bbfc
committed
wasm: point wasmtime's cache at the writable test tmpdir
CI passes --test_env=HOME, and linux-sandbox mounts the agent's HOME
read-only, so wasmtime's default compilation cache hard-failed with
'failed to create cache directory'. Set XDG_CACHE_HOME to the test
tmpdir, and stop swallowing wasmtime's stderr so failures like this are
visible in the test log.
Claude-Session: https://claude.ai/code/session_01SmG1kqA3qB4WsLGU2xavuJ1 parent 18258aa commit 7f3bbfc
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments