Skip to content

Document that CARGO_PKG_ are availble to build.rs#9405

Merged
bors merged 1 commit into
rust-lang:masterfrom
Hawk777:cargo-pkg-for-build-scripts
Apr 24, 2021
Merged

Document that CARGO_PKG_ are availble to build.rs#9405
bors merged 1 commit into
rust-lang:masterfrom
Hawk777:cargo-pkg-for-build-scripts

Conversation

@Hawk777

@Hawk777 Hawk777 commented Apr 24, 2021

Copy link
Copy Markdown
Contributor

Fixes GH-9403.

@rust-highfive

Copy link
Copy Markdown

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Eh2406 (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 24, 2021
@ehuss

ehuss commented Apr 24, 2021

Copy link
Copy Markdown
Contributor

Thanks!

@bors r+

@bors

bors commented Apr 24, 2021

Copy link
Copy Markdown
Contributor

📌 Commit 1624d46 has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 24, 2021
@bors

bors commented Apr 24, 2021

Copy link
Copy Markdown
Contributor

⌛ Testing commit 1624d46 with merge d1baf0d...

@bors

bors commented Apr 24, 2021

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-actions
Approved by: ehuss
Pushing d1baf0d to master...

@bors bors merged commit d1baf0d into rust-lang:master Apr 24, 2021
@Hawk777 Hawk777 deleted the cargo-pkg-for-build-scripts branch April 25, 2021 00:04
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 27, 2021
Update cargo

5 commits in 0ed318d182e465cd66071b91ac3d265af63ef8a1..4369396ce7d270972955d876eaa4954bea56bcd9
2021-04-23 20:54:54 +0000 to 2021-04-27 14:35:53 +0000
- Fix rebuild issues with rustdoc. (rust-lang/cargo#9419)
- Always use full metadata hash for -C metadata. (rust-lang/cargo#9418)
- Expose build.target .cargo/config setting as packages.target in Cargo.toml (rust-lang/cargo#9030)
- Some changes to rustdoc fingerprint checking. (rust-lang/cargo#9404)
- Document that CARGO_PKG_ are availble to build.rs (rust-lang/cargo#9405)
@ehuss ehuss added this to the 1.53.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unclear which environment variables are passed to build.rs

5 participants