Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building xsnap depends on fragile git clone #90

Open
dckc opened this issue Aug 6, 2024 · 0 comments
Open

building xsnap depends on fragile git clone #90

dckc opened this issue Aug 6, 2024 · 0 comments

Comments

@dckc
Copy link
Member

dckc commented Aug 6, 2024

to reproduce:

  1. yarn create @agoric/dapp xsnapv
  2. yarn
  3. cd node_modules/@agoric/xsnap
  4. 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/[email protected] and I do not get a .git directory.

cc @Jovonni

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant