commit | 48d32a0c0f4c455ac9012774459fe5eef58e6087 | [log] [tgz] |
---|---|---|
author | Stephen Twigg <stephen.d.twigg@gmail.com> | Fri Dec 22 10:42:38 2023 -0500 |
committer | GitHub <noreply@github.com> | Fri Dec 22 15:42:38 2023 +0000 |
tree | e12bad17020f84e303dba5f5398b5bc81d82426b | |
parent | 443192a832764fde2edab3fa9a3fd1c9cb221ea7 [diff] |
Adjust is_exec_configuration heuristic (#2349) Instead of looking for "-exec-" look for "-exec" since that portion may be the last component of the output path mneumonic. Ultimately fixes issues with --experimental_platforms_in_output_dir that had sufficiently improved calculations to remove the need for an ST-hash and thus surfaced this issue. Ideally, in the long term, this heuristic would not be used and whether an artifact is in the exec configuration would be determined by tracking the provenance of that artifact. However, this would likely require a more significant rework.
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.