Commit c52af09
authored
In zapi, [local path takes
preference](https://github.com/ChainSafe/zapi/blob/e522fa4beb5eacfb8ee0f9a964b435a88bb8f2ba/ts/lib.ts#L218)
so we want to not publish with that entry under `files`, otherwise
`lodestar` will attempt to load an architecture incompatible library on
`dlopen`.
Locally testing after pulling from a published `lodestar-z` is failing
because my machine (aarch64-apple-darwin) is trying to load from an
x86_64-linux binary, so we'd need to re-publish after we fix this
1 parent 28b43a9 commit c52af09
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments