commit | 20503514db7c65a0fe22bc973bfe0907ff42fc66 | [log] [tgz] |
---|---|---|
author | Daniel Wagner-Hall <dwagnerhall@apple.com> | Tue Sep 10 18:14:04 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 10 16:14:04 2024 +0000 |
tree | 23db65f3dc88e939eb5a9a583598d4c27b98fc7e | |
parent | cbdf5400a175139d2ddf1b695578d5baea7281e3 [diff] |
Use fake.rs not /dev/null as fake source file (#2851) We store in the lockfile the path of this source file relative to the package, and if we use an absolute path we end up encoding the depth of your local git clone into the lockfile, which is non-determinstic across machines. Elsewhere we use fake.rs, let's use it here as well.
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.