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 a unit test for Bazel 5.0 #933

Merged
merged 1 commit into from
Sep 9, 2021
Merged

Fix a unit test for Bazel 5.0 #933

merged 1 commit into from
Sep 9, 2021

Commits on Sep 9, 2021

  1. Fix unittest for Bazel 5.0

    unittest.bzl does a configuration transition, and with Bazel 5.0
    repository-relative labels will be interpreted not as in the main
    repository, but as in the repository of the transition. For us it means
    we have to explicitly specify which repository we mean in our test.
    hlopko committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1616c8f View commit details
    Browse the repository at this point in the history