We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For development, I want a simple way to locally modify protobuf definitions and build all targets.
Currently, the codegen scripts are very Travis-specific. Running this manually is non-trivial, it involves a large number of moving parts:
GO_VERSION
gimme
PROTOBUF_VERSION
protoc-gen-go
go get
EmbeddedProto
git clone
curl | bash
There should be a Dockerfile that will:
Dockerfile
No response
The text was updated successfully, but these errors were encountered:
Add a Dockerfile capable of building all targets koinos#170
03599e7
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
New feature
For development, I want a simple way to locally modify protobuf definitions and build all targets.
Currently, the codegen scripts are very Travis-specific. Running this manually is non-trivial, it involves a large number of moving parts:
GO_VERSION
is installed fromgimme
(Travis-specific)PROTOBUF_VERSION
is installed by direct tarball downloadprotoc-gen-go
is installed (unpinned, latest) withgo get
EmbeddedProto
is installed from a Koinos-maintained fork withgit clone
curl | bash
There should be a
Dockerfile
that will:Anything else?
No response
The text was updated successfully, but these errors were encountered: