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

Adds go_repository options for using vendored code #601

Closed
wants to merge 2 commits into from

Commits on Jul 3, 2017

  1. Add a --vendor_prefix flag to Gazelle.

    This lets BUILD files be generated for projects that use vendored
    dependencies with a non-standard location, such as etcd.
    jmillikin-stripe committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    d671638 View commit details
    Browse the repository at this point in the history
  2. Add build_vendor and build_vendor_prefix attrs to go_repository.

    These attributes can be used to enable building a depended-up repository
    using its own vendored dependencies, instead of workspace dependencies.
    jmillikin-stripe committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    c1bce81 View commit details
    Browse the repository at this point in the history