Uh oh!
There was an error while loading. Please reload this page.
[watchos] Dynamic linking is not allowed for watchos targets - #104361
Conversation
rustbot
commented
Nov 13, 2022
r? @oli-obk (rustbot has picked a reviewer for you, use r? to override) |
rustbot
commented
Nov 13, 2022
These commits modify compiler targets. |
vladimir-ea
commented
Nov 13, 2022
This comment has been minimized.
This comment has been minimized.
e2eeb38 to
db99a89Compareoli-obk
commented
Nov 14, 2022
@bors r+ rollup |
bors
commented
Nov 14, 2022
…=oli-obk [watchos] Dynamic linking is not allowed for watchos targets Dynamic linking of all apple targets was (re-) enabled in PR rust-lang#100636. However, dynamic linking is not allowed on WatchOS so this broke the build of standard library for WatchOS. This change disables dynamic linking for WatchOS non-simulator targets.
matthiaskrgr
commented
Nov 14, 2022
vladimir-ea
commented
Nov 15, 2022
vladimir-ea
commented
Nov 15, 2022
Actually I do see, there was a build failure: This PR did change some target options related to linking but WatchOS targets - I don't think it can be the cause of the problem seen here? |
vladimir-ea
commented
Nov 15, 2022
@matthiaskrgr I can't see how changes to WatchOS target specs could have caused that build error. Is it significant that the last item in the rollup is marked as failed? |
oli-obk
commented
Nov 15, 2022
@bors r+ rollup=never Let's land this outside a rollup. I also don't think this PR should cause failures like that |
bors
commented
Nov 15, 2022
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Nov 15, 2022
Manishearth
commented
Nov 16, 2022
@bors p=1 going to close the tree for non-nevers for a while so they can drain out |
@bors treeclosed=1 So that the rollup=nevers can drain through for a while. Feel free to prioritize PRs above this but please avoid making rollups for a while |
bors
commented
Nov 17, 2022
bors
commented
Nov 17, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Nov 17, 2022
Finished benchmarking commit (83356b7): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
…li-obk [watchos] Dynamic linking is not allowed for watchos targets Dynamic linking of all apple targets was (re-) enabled in PR rust-lang#100636. However, dynamic linking is not allowed on WatchOS so this broke the build of standard library for WatchOS. This change disables dynamic linking for WatchOS non-simulator targets.

Dynamic linking of all apple targets was (re-) enabled in PR #100636. However, dynamic linking is not allowed on WatchOS so this broke the build of standard library for WatchOS.
This change disables dynamic linking for WatchOS non-simulator targets.