Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use BAZEL_CURRENT_REPOSITORY to pick up test data files
The old version of Bazel's runfiles.h header was incompatible with bzlmod. Modules consuming BoringSSL could not successfully run tests. There's now an extra parameter and a BAZEL_CURRENT_REPOSITORY macro injected into the build, which resolves this. With this, running tests from a downstream module now works: cd util/bazel-example bazelisk test @boringssl//:crypto_test Change-Id: I43061cd4bc94cf69ed5b0d0f63715542f2a95d0e Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/74067 Commit-Queue: Bob Beck <[email protected]> Auto-Submit: David Benjamin <[email protected]> Reviewed-by: Bob Beck <[email protected]>
- Loading branch information