Commit fac40c1
committed
Fix ruby cache key calculation used for npm packaging
The `RUBY_WASM_ROOT` environment variable is not set when calculating
ruby cache keys for npm packages and rbwasm assumes that the
build_manifest.json file is placed in the cwd (npm package directory).
But the build_manifest.json file is placed in the repository root
so the cache key calculation didn't respect the pinned ruby revision.1 parent 3040942 commit fac40c1
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments