Skip to content

Conversation

@mati865
Copy link
Member

@mati865 mati865 commented Nov 9, 2025

Fixes #144656

@rustbot rustbot added A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Nov 9, 2025
@mati865 mati865 force-pushed the gnullvm-windows-host branch from 77caef1 to f43d076 Compare November 11, 2025 17:52
@mati865

This comment was marked as resolved.

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 11, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
try-job: dist-x86_64-mingw
@rust-log-analyzer

This comment has been minimized.

@rust-bors

This comment was marked as resolved.

@mati865 mati865 force-pushed the gnullvm-windows-host branch from f43d076 to ad462aa Compare November 11, 2025 19:11
@mati865

This comment was marked as resolved.

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 11, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
try-job: dist-x86_64-mingw
@rust-log-analyzer

This comment has been minimized.

@rust-bors

This comment was marked as resolved.

@mati865

This comment was marked as resolved.

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 11, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
try-job: dist-x86_64-mingw
@rust-log-analyzer

This comment has been minimized.

@rust-bors

This comment was marked as resolved.

@mati865

This comment was marked as resolved.

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 11, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
try-job: dist-x86_64-mingw
@rust-log-analyzer

This comment has been minimized.

@rust-bors

This comment was marked as resolved.

@mati865

This comment was marked as resolved.

@rust-bors

This comment has been minimized.

@rust-bors

This comment was marked as resolved.

@mati865

This comment was marked as resolved.

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 12, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
try-job: dist-x86_64-mingw
@mati865
Copy link
Member Author

mati865 commented Nov 12, 2025

Who would have thought building citool is easier on aarch64-pc-windows-gnullvm than aarch64-pc-windows-msvc? 😄
de307ff (#148751)

@rust-log-analyzer

This comment was marked as resolved.

@rust-bors

This comment was marked as resolved.

@mati865

This comment was marked as resolved.

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 12, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
try-job: dist-x86_64-mingw
@rust-bors

This comment was marked as resolved.

@mati865

This comment was marked as outdated.

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 12, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
@rust-bors

This comment was marked as resolved.

@mati865 mati865 force-pushed the gnullvm-windows-host branch from 0869a1f to 3f5516d Compare November 14, 2025 12:56
@mati865 mati865 marked this pull request as ready for review November 14, 2025 12:58
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 14, 2025
@rustbot rustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Nov 14, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 14, 2025

r? @marcoieni

rustbot has assigned @marcoieni.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@mati865
Copy link
Member Author

mati865 commented Nov 22, 2025

Now that #147536 is merged, this will require an update.

@rustbot author

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 22, 2025
@mati865 mati865 force-pushed the gnullvm-windows-host branch from 3f5516d to ab169ed Compare November 23, 2025 20:23
@rustbot
Copy link
Collaborator

rustbot commented Nov 23, 2025

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@mati865
Copy link
Member Author

mati865 commented Nov 23, 2025

@bors try jobs=dist-aarch64-llvm-mingw,dist-x86_64-llvm-mingw

@rust-bors
Copy link

rust-bors bot commented Nov 23, 2025

⌛ Trying commit ab169ed with merge 61a7793

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/19616809566

rust-bors bot added a commit that referenced this pull request Nov 23, 2025
Build gnullvm toolchains on Windows natively

try-job: dist-aarch64-llvm-mingw
try-job: dist-x86_64-llvm-mingw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking issue for cleanup of gnullvm building process

4 participants