-
Notifications
You must be signed in to change notification settings - Fork 13.3k
./x dist --stage 2 $tool
broken after #138224
#138778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
tshepang
added a commit
to ferrocene/ferrocene
that referenced
this issue
Mar 24, 2025
This results in `./x dist $tool` fails, so we temporarily disable the change to move forward, while waiting for response to rust-lang/rust#138778. This reverts commit 028aaa1.
tshepang
added a commit
to ferrocene/ferrocene
that referenced
this issue
Mar 25, 2025
This results in `./x dist $tool` fails, so we temporarily disable the change to move forward, while waiting for response to rust-lang/rust#138778. This reverts commit 028aaa1.
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 20, 2025
ensure compiler existance of tools on the dist step Fixes rust-lang#138778 with a coverage on rust-lang#138123 and rust-lang#138004. try-job: dist-powerpc64le-linux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Creating distribution tarballs of tools with
./x dist --stage 2 $tool
broke after #138224. We (Ferrocene) know it fails at least with rustfmt and clippy. From what I can see, it stopped building the stage1 library, causing that failure.Build log before the PR got merged:
Build log after the PR got merged:
The text was updated successfully, but these errors were encountered: