building xsnap depends on fragile git clone
Opened this issue · 0 comments
dckc commented
to reproduce:
yarn create @agoric/dapp xsnapv
- yarn
cd node_modules/@agoric/xsnap
ls .git
and see that we have a git log of moddable
The git clone is fragile. One user recently reported:
Building...
- @agoric/xsnap
...
The remote end hung up unexpectedly
...
git exited with code 128
This was fixed in
but this dapp still depends on 0.14.3-u13.0
so if I just go to a blank directory and yarn install @agoric/xsnap
, I get @agoric/xsnap@0.14.3-u16.1
and I do not get a .git
directory.
cc @Jovonni