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

Fix build for Bazel 0.25 #2243

Merged
merged 1 commit into from
May 18, 2019
Merged

Fix build for Bazel 0.25 #2243

merged 1 commit into from
May 18, 2019

Commits on May 17, 2019

  1. Fix build for Bazel 0.25

    Summary:
    Fixes #2181. Thankfully, the `rules_webtesting` scene has gotten a bit
    saner, requiring fewer explicitly defined transitive dependencies,
    though it looks like the ones that we do have need to be manually kept
    in sync (e.g., `bazel_skylib`).
    
    Test Plan:
    Running `bazel build //...` and `bazel test //...` works in Bazel 0.25.2
    in both Python 2 and Python 3.
    
    wchargin-branch: bazel-0.25
    wchargin committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b7cd1cc View commit details
    Browse the repository at this point in the history