commit | 81d925c28d022607833979da24e979c140480610 | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Sat Oct 05 11:11:28 2024 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 05 18:11:28 2024 +0000 |
tree | 3613f2f0bb9c8e59ef0df94b6e6813bd5aab22a6 | |
parent | 884a7a208420c3d798a6c9b40c11d7403c643c55 [diff] |
Avoid builds-without-the-bytes bug on Windows (#2919) After https://github.com/bazelbuild/rules_rust/pull/2826 was merged, I started seeing flaky builds on Windows related to build script executables (https://github.com/bazelbuild/rules_rust/pull/2891#issuecomment-2363985009). This appears to be related to https://github.com/bazelbuild/bazel/issues/21747 so to avoid the issue, this change ensures that Windows build script executables are copied instead of symlinked.
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.