Bump tvOS, visionOS and watchOS Aarch64 targets to tier 2#152021
Open
madsmtm wants to merge 1 commit intorust-lang:mainfrom
Open
Bump tvOS, visionOS and watchOS Aarch64 targets to tier 2#152021madsmtm wants to merge 1 commit intorust-lang:mainfrom
madsmtm wants to merge 1 commit intorust-lang:mainfrom
Conversation
Collaborator
|
Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb |
madsmtm
commented
Feb 2, 2026
Comment on lines
-470
to
477
| env: | ||
| SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim,aarch64-apple-ios-macabi,x86_64-apple-ios-macabi | ||
| # Build and distribute the standard library for these targets. | ||
| TARGETS: "aarch64-apple-ios,aarch64-apple-ios-sim,x86_64-apple-ios,\ | ||
| aarch64-apple-ios-macabi,x86_64-apple-ios-macabi,\ | ||
| aarch64-apple-tvos,aarch64-apple-tvos-sim,\ | ||
| aarch64-apple-visionos,aarch64-apple-visionos-sim,\ | ||
| aarch64-apple-watchos,aarch64-apple-watchos-sim" | ||
| SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=$TARGETS | ||
| # Mac Catalyst cannot currently compile the sanitizer: |
Contributor
Author
There was a problem hiding this comment.
Unsure how exactly I'd verify that this doesn't take too long? Do I need to run bors twice, once to populate the cache, and the second time to actually time it?
5 tasks
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
Author
|
@bors try jobs=dist-apple-various |
This comment has been minimized.
This comment has been minimized.
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 3, 2026
Bump tvOS, visionOS and watchOS Aarch64 targets to tier 2 try-job: dist-apple-various
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
Author
|
Closed and reopened because of spurious CI failure (tracked in #93784). |
Contributor
|
💔 Test for 196a7ea failed: CI. Failed job:
|
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
Author
|
I suspect we might need something like #152192, will wait until after that one to pursue this further. |
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.
Promote the following targets to Tier 2 without host tools:
aarch64-apple-tvos.aarch64-apple-tvos-sim.aarch64-apple-watchos.aarch64-apple-watchos-sim.aarch64-apple-visionos.aarch64-apple-visionos-sim.This implements MCP rust-lang/compiler-team#918. Fixes #151705.
r? Mark-Simulacrum
(since you authored #148983, though in retrospect I should've probably just chosen t-infra)