Changed build script run output dir to stdout in new build-dir layout#16644
Merged
weihanglo merged 2 commits intorust-lang:masterfrom Feb 14, 2026
Merged
Changed build script run output dir to stdout in new build-dir layout#16644weihanglo merged 2 commits intorust-lang:masterfrom
output dir to stdout in new build-dir layout#16644weihanglo merged 2 commits intorust-lang:masterfrom
Conversation
This commit changes the directory name of the `output` file to `stdout` in order to match the naming of `stderr` and better represent the contents it contains.
output dir to stdout in new build-dir layout
1 task
weihanglo
approved these changes
Feb 14, 2026
weihanglo
approved these changes
Feb 14, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 14, 2026
### What does this PR try to resolve? Follow up on #16644 Sorry, I realized I had confused the path that this file tracks We write the `script_out_dir` not the `script_run_dir` https://github.com/rust-lang/cargo/blob/78ca56f39202efa78d522594cfe1ffa5d1720e0d/src/cargo/core/compiler/custom_build.rs#L674 r? @weihanglo
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.
What does this PR try to resolve?
Another
build-dirlayout change that was spawned out of discussion in this comment thread #16502 (comment)This PR changes
<build-dir>/<profile>/build/<pkgname>/[HASH]/run/outputto<build-dir>/<profile>/build/<pkgname>/[HASH]/run/stdoutfor the newbuild-dirlayout.The motivation here is to change is to:
stdoutof a build script run)stderrfilecc: #15010
How to test and review this PR?
See the test changes
r? @epage