-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Demote x86_64-apple-darwin to Tier 2 with host tools #145252
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
base: master
Are you sure you want to change the base?
Demote x86_64-apple-darwin to Tier 2 with host tools #145252
Conversation
@bors2 try jobs=dist-x86_64-apple |
…-2, r=<try> Demote x86_64-apple-darwin to Tier 2 with host tools try-job: dist-x86_64-apple
Discussed beta backport during infra meeting: #t-infra > meeting 2025-08-11 @ 💬 @rustbot label: +beta-accepted |
This comment has been minimized.
This comment has been minimized.
💔 Test for b05ee4d failed: CI. Failed jobs:
|
c82a9f2
to
5d3595e
Compare
@bors2 try jobs=dist-x86_64-apple |
…-2, r=<try> Demote x86_64-apple-darwin to Tier 2 with host tools try-job: dist-x86_64-apple
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test for c20c6a6 failed: CI. Failed jobs:
|
5d3595e
to
77e8080
Compare
Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb These commits modify compiler targets. |
@bors2 try jobs=dist-x86_64-apple |
…-2, r=<try> Demote x86_64-apple-darwin to Tier 2 with host tools try-job: dist-x86_64-apple
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test for 3af1931 failed: CI. Failed jobs:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiler parts look good to me, thanks! Feel free to r=me once you figure out the CI
… r=shepmaster Allow cross-compiling the Cranelift dist component Should help unblock rust-lang#145252 (https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/macos-13.20shutting.20down/with/534032174).
Rollup merge of #145320 - Kobzol:fix-cranelift-codegen-dist, r=shepmaster Allow cross-compiling the Cranelift dist component Should help unblock #145252 (https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/macos-13.20shutting.20down/with/534032174).
We are moving away from `x86_64-apple-darwin`, so soon these docs won't be available.
77e8080
to
da363c6
Compare
da363c6
to
c55b13e
Compare
@bors2 try jobs=dist-x86_64-apple |
This comment has been minimized.
This comment has been minimized.
…-2, r=<try> Demote x86_64-apple-darwin to Tier 2 with host tools try-job: dist-x86_64-apple
This comment has been minimized.
This comment has been minimized.
💔 Test for 63227c3 failed: CI. Failed jobs:
|
Switch to only using aarch64 runners (implying we are now cross-compiling) and stop running tests. In the future, we could enable (some?) tests via Rosetta 2.
c55b13e
to
c574c91
Compare
@bors2 try jobs=dist-x86_64-apple |
…-2, r=<try> Demote x86_64-apple-darwin to Tier 2 with host tools try-job: dist-x86_64-apple
Switch to only using aarch64 runners (implying we are now cross-compiling) and stop running tests. In the future, we could enable (some?) tests via Rosetta 2.
This implements the decision from rust-lang/rfcs#3841.