commit | 35c92d024d2123dc3c53da8b6d42b5d3fdbc607e | [log] [tgz] |
---|---|---|
author | Nick Gooding <73336146+nickgooding@users.noreply.github.com> | Wed Oct 11 20:13:58 2023 +0100 |
committer | GitHub <noreply@github.com> | Wed Oct 11 12:13:58 2023 -0700 |
tree | a43fca12a541274bf74d7b2c65a645f4dca0a0ee | |
parent | d89f198ed2cf1cc679c1b88c55d3a5cda52f696c [diff] |
Use canonical labels for analysistest config_settings (#2191) With bzlmod enabled, errors like the following would occur: ``` Error in analysis_test_transition: invalid transition output '@[unknown repo '' requested from @bazel_skylib~1.3.0]//:clippy_flags': no repo visible as @ from repository '@bazel_skylib~1.3.0' ``` To resolve this, use str(Label("...")) to get the canonical label to use as the key in config_settings. Related issues: #2181, bazelbuild/bazel#19286 --------- 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.