-
Notifications
You must be signed in to change notification settings - Fork 30
Build source bundle including vendored dependencies #51
Conversation
Not sure how to test this |
Ok I was able to test it: https://github.com/bachp/cargo-vendor/releases |
It looks like this creates a tarball for just the dependencies? Perhaps this could create a tarball for the source code itself? |
@alexcrichton No it actually creates a tarball including the sources + a vendor folder.
|
Could this just produce one tarball with all source code necessary? I feel like that's what a "standard source tarball" generally looks like... |
@alexcrichton I'm not sure what you mean with "all source code necessary". The tarball contains the Do you expect it to contain more? Or is there some more source code that I'm missing? |
Hm I think I may have read the wrong version of the patch... in any case sorry this looks great! Could the tarball be called |
This simplifies boostrapping as one can just download the bundle including all dependencies. Closes alexcrichton#50
Done Example will appear here once the build is complete |
Thanks! |
This simplifies boostrapping as one can just download the bundle
including all dependencies.
Closes #50