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

Keep generated go files in the git repo #2907

Merged
merged 1 commit into from
Aug 22, 2019

Commits on Aug 22, 2019

  1. Add generated go/proto files to git

    Add the generated *.capnp.go and structs.gen.go files in go/proto to
    version control.
    This intends to simplify the build process when using the go toolchain,
    especially for go projects that consume scion as a library.
    
    Add make target 'gogen' to update the generated files in go/proto.
    
    Use new bazel pkg_tar rule 'build-tools' to compile canpnpc-go for
    generating the *.capnpc.go files.
    
    Add CI check for generated go/proto files; detect uncommitted changes to
    generated go/proto files by cleaning and regenerating the files.
    matzf committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    e869178 View commit details
    Browse the repository at this point in the history