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

Update Bazel build to work with 4.0.0 #428

Merged
merged 2 commits into from Sep 12, 2021
Merged

Update Bazel build to work with 4.0.0 #428

merged 2 commits into from Sep 12, 2021

Commits on May 11, 2021

  1. Update Bazel build to work with 4.0.0

    This includes several updates to the BUILD and WORKSPACE files, so that they now work with Bazel 4.0.0, Gazelle 0.23 and rules_go 0.27.
    
    By default, [Gazelle now uses](bazelbuild/bazel-gazelle#863) the last component of the Bazel package, rather than `go_default_library` as the `go_library name`.
    
    This causes problems when the naming conventions do not match.
    bazelbuild/bazel-gazelle#890 (comment)
    
    Adding support for the new naming convention should not break anything that depends on using the old naming convention, because the Gazelle option `import_alias` makes aliases to the libraries and this allows the old naming convention to still work.
    tanyabouman committed May 11, 2021
    Copy the full SHA
    db9e785 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Copy the full SHA
    dfe8eda View commit details
    Browse the repository at this point in the history