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

tests/core/cgo: do not assume test is being run from main repo #2956

Merged
merged 1 commit into from
Oct 15, 2021
Merged

tests/core/cgo: do not assume test is being run from main repo #2956

merged 1 commit into from
Oct 15, 2021

Commits on Sep 24, 2021

  1. tests/core/cgo: do not assume test is being run from main repo

    Currently, the generated headers import paths assume that `opts_test` is
    being run from the main repo, but that may not be the case. When
    specifying include paths for header files in bazel, we generally have to
    specify both prefixes.
    Siddhartha Bagaria committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d9a7b43 View commit details
    Browse the repository at this point in the history