commit | d2e2470cbfb1b8c1cc6dfa4421627d128e9bdc65 | [log] [tgz] |
---|---|---|
author | Siddhartha Bagaria <starsid@gmail.com> | Mon Mar 28 07:28:21 2022 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 28 07:28:21 2022 -0700 |
tree | be478ce496b94ecbc550fba34481cbf2951bc8f4 | |
parent | b03aee039af9892dd74dd9a279ffde4638d3af7c [diff] |
Fix some unit tests to run from another workspace (#1226) Some tests assume that they are running in the rules_rust workspace. Removing these assumptions allow us to run these tests from other bazel workspaces. For example, I help maintain https://github.com/grailbio/bazel-toolchain and we check if cc toolchain that we configure is compatible with rules_rust by running the unit tests in this repo. Co-authored-by: UebelAndre <github@uebelandre.com>
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.