-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Regression: Cannot build the compiler for aarch64-apple-tvos-sim using Rust 1.78.0 #124825
Labels
O-tvos
Operating system: tvOS (including simulator)
Comments
rustbot
added
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
May 6, 2024
Does it work with nightly? |
I'll try to reproduce if time permits. |
This is a duplicate of #121640. All you need to do is turn off deny-warnings. (Typical Tier 3 experience 🙃) |
Huh, somehow missed that one. Thanks! |
saethlin
added
O-tvos
Operating system: tvOS (including simulator)
and removed
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
May 6, 2024
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 14, 2024
…ilee Merge Apple `std::os` extensions modules into `std::os::darwin` The functionality available on Apple platforms are very similar, and were (basically) duplicated for each platform. This PR rectifies that by merging the code into one module. Ultimately, I've done this to fix `./x build library --target=aarch64-apple-tvos,aarch64-apple-watchos,aarch64-apple-visionos`, as that currently fails because of dead code warnings. Publically exposing these to tvOS/watchOS/visionOS targets is considered in rust-lang#123723, but that seems to be dragging out, and in any case I think it makes sense to do the refactor separately from stabilization. r? libs Fixes rust-lang#121640 and rust-lang#124825.
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this issue
Jul 16, 2024
Merge Apple `std::os` extensions modules into `std::os::darwin` The functionality available on Apple platforms are very similar, and were (basically) duplicated for each platform. This PR rectifies that by merging the code into one module. Ultimately, I've done this to fix `./x build library --target=aarch64-apple-tvos,aarch64-apple-watchos,aarch64-apple-visionos`, as that currently fails because of dead code warnings. Publically exposing these to tvOS/watchOS/visionOS targets is considered in rust-lang/rust#123723, but that seems to be dragging out, and in any case I think it makes sense to do the refactor separately from stabilization. r? libs Fixes rust-lang/rust#121640 and rust-lang/rust#124825.
lnicola
pushed a commit
to lnicola/rust-analyzer
that referenced
this issue
Jul 16, 2024
Merge Apple `std::os` extensions modules into `std::os::darwin` The functionality available on Apple platforms are very similar, and were (basically) duplicated for each platform. This PR rectifies that by merging the code into one module. Ultimately, I've done this to fix `./x build library --target=aarch64-apple-tvos,aarch64-apple-watchos,aarch64-apple-visionos`, as that currently fails because of dead code warnings. Publically exposing these to tvOS/watchOS/visionOS targets is considered in rust-lang/rust#123723, but that seems to be dragging out, and in any case I think it makes sense to do the refactor separately from stabilization. r? libs Fixes rust-lang/rust#121640 and rust-lang/rust#124825.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a regression in 1.78.0 where compilation of the tvOS target (Tier 3) fails. It was working with 1.75.0 and 1.77.2 source distributions.
config.toml
/usr/bin/xcrun --sdk appletvsimulator --run python3 x.py build
The text was updated successfully, but these errors were encountered: