Merged
Conversation
jketema
approved these changes
Aug 13, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR regenerates Bazel cargo vendored files for Python dependencies, adding cargo environment variables support to all Rust library build targets.
- Adds
cargo_toml_env_varssupport to all Rust library and build script targets - Updates load statements to include the
cargo_toml_env_varsimport - Configures
rustc_env_filesparameter to reference the cargo environment variables
Reviewed Changes
Copilot reviewed 50 out of 50 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| BUILD.windows_*.bazel | Adds cargo environment variables to Windows platform-specific targets |
| BUILD.windows-targets-*.bazel | Adds cargo environment variables to Windows targets library |
| BUILD.windows-sys-*.bazel | Adds cargo environment variables to Windows system library |
| BUILD.utf8parse-*.bazel | Adds cargo environment variables to UTF-8 parser library |
| BUILD.unicode-ident-*.bazel | Adds cargo environment variables to Unicode identifier library |
| BUILD.tree-sitter*.bazel | Adds cargo environment variables to tree-sitter libraries |
| BUILD.thiserror*.bazel | Adds cargo environment variables to error handling libraries |
| BUILD.syn-*.bazel | Adds cargo environment variables to syntax parsing library |
| BUILD.strsim-*.bazel | Adds cargo environment variables to string similarity library |
| BUILD.string-interner-*.bazel | Adds cargo environment variables to string interner library |
| BUILD.smallvec-*.bazel | Adds cargo environment variables to small vector library |
| BUILD.shlex-*.bazel | Adds cargo environment variables to shell lexer library |
| BUILD.serde*.bazel | Adds cargo environment variables to serialization libraries |
| BUILD.ryu-*.bazel | Adds cargo environment variables to floating point library |
| BUILD.regex*.bazel | Adds cargo environment variables to regular expression libraries |
| BUILD.quote-*.bazel | Adds cargo environment variables to quote library |
| BUILD.proc-macro2-*.bazel | Adds cargo environment variables to procedural macro library |
| BUILD.once_cell-*.bazel | Adds cargo environment variables to once cell library |
| BUILD.memchr-*.bazel | Adds cargo environment variables to memory character search library |
| BUILD.log-*.bazel | Adds cargo environment variables to logging library |
| BUILD.itoa-*.bazel | Adds cargo environment variables to integer to ASCII library |
| BUILD.is_terminal_polyfill-*.bazel | Adds cargo environment variables to terminal detection library |
| BUILD.hashbrown-*.bazel | Adds cargo environment variables to hash map library |
| BUILD.colorchoice-*.bazel | Adds cargo environment variables to color choice library |
| BUILD.clap*.bazel | Adds cargo environment variables to command line argument parsing libraries |
| BUILD.cfg-if-*.bazel | Adds cargo environment variables to conditional compilation library |
| BUILD.cc-*.bazel | Adds cargo environment variables to C compiler library |
| BUILD.anyhow-*.bazel | Adds cargo environment variables to error handling library |
| BUILD.anstyle*.bazel | Adds cargo environment variables to ANSI styling libraries |
| BUILD.anstream-*.bazel | Adds cargo environment variables to ANSI stream library |
| BUILD.aho-corasick-*.bazel | Adds cargo environment variables to string search library |
| BUILD.ahash-*.bazel | Adds cargo environment variables to hash algorithm library |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.