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

Use degit when cloning for the proto generation instead of go get to guarantee the buf dependencies are populated. #264

Open
Tracked by #227
Unique-Divine opened this issue Oct 13, 2023 · 0 comments

Comments

@Unique-Divine
Copy link
Member

Unique-Divine commented Oct 13, 2023

Although the Golang binary can be used to grab Go files and certain protobufs using go get, this command does not exhaustively guarantee that the protobuf dependencies will be downloaded to the same level that a full clone of the repository will.

To increase the stability of builds that depend on a clone of the NibiruChain/nibiru repo, we can use npx degit to shallow clone, and build the protobufs using the same commands as the Nibiru repo.

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

No branches or pull requests

1 participant